We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0645c9d commit d6d1a8bCopy full SHA for d6d1a8b
.github/workflows/release-to-discord.yml
@@ -9,9 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Send Discord Notification
12
- uses: sarisia/actions-for-discord@v2
+ uses: sarisia/actions-status-discord@v1.15.3
13
with:
14
- webhook: ${{ secrets.DISCORD_WEBHOOK }}
+ webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
15
username: "GitHub Bot 🤖"
16
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
17
content: |
0 commit comments