Skip to content

Commit

Permalink
Update secrets names
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 26, 2024
1 parent 46fc5e0 commit 3296348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
# You can get the webhook URL from the Render dashboard
- name: Trigger Deploy Webhooks
env:
CLIENT_URL: ${{ secrets.RENDER_CLIENT_WEBHOOK }}
SERVER_URL: ${{ secrets.RENDER_SERVER_WEBHOOK }}
CLIENT_URL: ${{ secrets.RENDER_CLIENT_WEBHOOK_URL }}
SERVER_URL: ${{ secrets.RENDER_SERVER_WEBHOOK_URL }}
run: |
curl "${{ env.CLIENT_URL }}"
curl "${{ env.SERVER_URL }}"

0 comments on commit 3296348

Please sign in to comment.