Skip to content

Commit a0300ae

Browse files
committed
ci: Update deploy webhook
1 parent dd3c68c commit a0300ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
labels: ${{ steps.meta.outputs.labels }}
6060

6161
- name: Update Production Deployment
62-
run: curl -X POST -i ${{ secrets.UPDATE_PROD_WEBHOOK }}
62+
run: |
63+
curl -X POST -i -H 'X-API-Key: ${{ secrets.UPDATE_PROD_WEBHOOK_API_KEY }}' ${{ secrets.UPDATE_PROD_WEBHOOK }}
6364
6465
- name: GitHub Release
6566
run: bunx changelogen@latest gh release --token ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)