Skip to content

Commit

Permalink
chore(ci): update Discord webhook secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Aug 26, 2024
1 parent d777190 commit c075573
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 @@ -15,7 +15,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 @@ -28,7 +28,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 @@ -41,7 +41,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 c075573

Please sign in to comment.