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