Skip to content

Commit

Permalink
chore(ci): update Discord webhook secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Aug 26, 2024
1 parent 47e8171 commit bfd43dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/discord-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: tsickert/[email protected]
if: ${{ (github.event_name == 'discussion') }}
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
avatar-url: https://avatars.githubusercontent.com/u/9919?s=200&v=4
embed-author-name: ${{ github.event.sender.login }}
embed-author-url: ${{ github.event.sender.html_url }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: tsickert/[email protected]
if: ${{ (github.event_name == 'issues') }}
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
avatar-url: https://avatars.githubusercontent.com/u/9919?s=200&v=4
embed-author-name: ${{ github.event.sender.login }}
embed-author-url: ${{ github.event.sender.html_url }}
Expand All @@ -60,7 +60,7 @@ jobs:
uses: tsickert/[email protected]
if: ${{ (github.event_name == 'pull_request_target') }}
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
avatar-url: https://avatars.githubusercontent.com/u/9919?s=200&v=4
embed-author-name: ${{ github.event.sender.login }}
embed-author-url: ${{ github.event.sender.html_url }}
Expand Down

0 comments on commit bfd43dc

Please sign in to comment.