We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7dc11 commit 925ba2dCopy full SHA for 925ba2d
1 file changed
.github/workflows/release-announcement.yml
@@ -48,6 +48,7 @@ jobs:
48
49
curl -X POST -H "Content-Type: application/json" \
50
-d "$PAYLOAD" \
51
- "${{ secrets.DISCORD_WEBHOOK }}"
+ "${DISCORD_WEBHOOK}"
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
0 commit comments