Skip to content

Commit 74bfdb3

Browse files
Update firebase-deploy.yml
1 parent 0c61a64 commit 74bfdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
curl -H "Content-Type: application/json" \
7979
-X POST \
8080
-d "$PAYLOAD" \
81-
https://discord.com/api/webhooks/1240996154527711312/G0qV8eX4jn7nRoujhbqrx2TrjZJzDWO9pONiymjL2mzVDVeYqXtDRLbSGb-tA_oZ2jcz
81+
"${{ secrets.DISCORD_WEBHOOK }}"
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)