Skip to content

Commit 110abde

Browse files
chore: use correct secret
Co-authored-by: Aviv Keller <[email protected]>
1 parent faaa69d commit 110abde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-releases-to-discord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: GitHub Releases to Discord
1212
uses: SethCohen/github-releases-to-discord@v1
1313
with:
14-
webhook_url: ${{ secrets.WEBHOOK_URL }}
14+
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
1515
color: "2105893"
1616
username: "webpack Release Changelog"
1717
avatar_url: "https://github.com/webpack/media/blob/90b54d02fa1cfc8aa864a8322202f74ac000f5d2/logo/icon.png"

0 commit comments

Comments
 (0)