We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d524040 commit 587d71aCopy full SHA for 587d71a
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Update Production Deployment
62
run: |
63
- curl -X POST -i -H 'X-API-Key: ${{ secrets.UPDATE_PROD_WEBHOOK_API_KEY }}' ${{ secrets.UPDATE_PROD_WEBHOOK }}
+ curl -X POST -i ${{ secrets.REDEPLOY_WEBHOOK }}
64
65
- name: GitHub Release
66
run: bunx changelogen@latest gh release --token ${{ secrets.GITHUB_TOKEN }}
0 commit comments