Skip to content

Commit 973c1a9

Browse files
barckcodeclaude
andcommitted
Use AGENTCREW_URL secret for webhook domain
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 728d42d commit 973c1a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
steps:
9696
- name: Send webhook
9797
run: |
98-
curl -fsSL -X POST "https://ai.helmcode.com/webhook/trigger/${{ secrets.AGENTCREW_QOS_TOKEN }}" \
98+
curl -fsSL -X POST "${{ secrets.AGENTCREW_URL }}/webhook/trigger/${{ secrets.AGENTCREW_QOS_TOKEN }}" \
9999
-H "Content-Type: application/json" \
100100
-d '{"variables": {"changes": "${{ github.sha }}"}}'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
steps:
9292
- name: Send webhook
9393
run: |
94-
curl -fsSL -X POST "https://ai.helmcode.com/webhook/trigger/${{ secrets.AGENTCREW_QOS_TOKEN }}" \
94+
curl -fsSL -X POST "${{ secrets.AGENTCREW_URL }}/webhook/trigger/${{ secrets.AGENTCREW_QOS_TOKEN }}" \
9595
-H "Content-Type: application/json" \
9696
-d '{"variables": {"changes": "${{ github.sha }}"}}'

0 commit comments

Comments
 (0)