Skip to content

Commit 587d71a

Browse files
committed
ci: Update redeploy webhook setup
1 parent d524040 commit 587d71a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

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

0 commit comments

Comments
 (0)