Skip to content

Commit

Permalink
fix: update WEBHOOK_URL in deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 8, 2024
1 parent 5c7bea2 commit 88c1761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
S3_FOLDER: ${{ vars.S3_FOLDER }}
S3_REGION: ${{ vars.S3_REGION }}
S3_FORCE_PATH_STYLE: ${{ vars.S3_FORCE_PATH_STYLE }}
WEBHOOK_SECRET: ${{ vars.WEBHOOK_SECRET }}
WEBHOOK_URL: ${{ vars.WEBHOOK_URL }}
run: |
cd Rin/
bun i
Expand Down

0 comments on commit 88c1761

Please sign in to comment.