We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728d42d commit 973c1a9Copy full SHA for 973c1a9
2 files changed
.github/workflows/ci.yml
@@ -95,6 +95,6 @@ jobs:
95
steps:
96
- name: Send webhook
97
run: |
98
- curl -fsSL -X POST "https://ai.helmcode.com/webhook/trigger/${{ secrets.AGENTCREW_QOS_TOKEN }}" \
+ curl -fsSL -X POST "${{ secrets.AGENTCREW_URL }}/webhook/trigger/${{ secrets.AGENTCREW_QOS_TOKEN }}" \
99
-H "Content-Type: application/json" \
100
-d '{"variables": {"changes": "${{ github.sha }}"}}'
.github/workflows/release.yml
@@ -91,6 +91,6 @@ jobs:
91
92
93
94
0 commit comments