File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
if : ${{ (github.event_name == 'discussion') }}
17
17
with :
18
- webhook-url : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
18
+ webhook-url : ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
19
19
avatar-url : https://avatars.githubusercontent.com/u/9919?s=200&v=4
20
20
embed-author-name : ${{ github.event.sender.login }}
21
21
embed-author-url : ${{ github.event.sender.html_url }}
28
28
29
29
if : ${{ (github.event_name == 'issues') }}
30
30
with :
31
- webhook-url : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
31
+ webhook-url : ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
32
32
avatar-url : https://avatars.githubusercontent.com/u/9919?s=200&v=4
33
33
embed-author-name : ${{ github.event.sender.login }}
34
34
embed-author-url : ${{ github.event.sender.html_url }}
41
41
42
42
if : ${{ (github.event_name == 'pull_request_target') }}
43
43
with :
44
- webhook-url : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
44
+ webhook-url : ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
45
45
avatar-url : https://avatars.githubusercontent.com/u/9919?s=200&v=4
46
46
embed-author-name : ${{ github.event.sender.login }}
47
47
embed-author-url : ${{ github.event.sender.html_url }}
You can’t perform that action at this time.
0 commit comments