File tree 4 files changed +11
-15
lines changed
4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,11 @@ jobs:
38
38
uses : Kometa-Team/discord-notifications@master
39
39
if : failure()
40
40
with :
41
- webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
42
- webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
41
+ webhook_id_token : ${{ secrets.BUILD_WEBHOOK }}
43
42
message : <@&1079153184007790652>
44
43
title : " ${{ secrets.REPO_NAME }}: **Copyright Update Failed**"
45
- color : 14879811
46
44
url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
45
+ color : 14879811
47
46
username : Kobota
48
47
avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
49
48
author : GitHub
Original file line number Diff line number Diff line change @@ -43,27 +43,25 @@ jobs:
43
43
uses : Kometa-Team/discord-notifications@master
44
44
if : success()
45
45
with :
46
- webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
47
- webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
46
+ webhook_id_token : ${{ secrets.BUILD_WEBHOOK }}
48
47
title : " ${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Successful**"
49
48
url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
50
49
color : 844716
51
50
username : Kobota
52
- avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/develop /.github/logo.png
51
+ avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly /.github/logo.png
53
52
author : PyPI
54
- author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/develop /.github/pypi.svg
53
+ author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly /.github/pypi.svg
55
54
56
55
- name : Discord Failure Notification
57
56
uses : Kometa-Team/discord-notifications@master
58
57
if : failure()
59
58
with :
60
- webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
61
- webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
59
+ webhook_id_token : ${{ secrets.BUILD_WEBHOOK }}
62
60
message : <@&1079153184007790652>
63
61
title : " ${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Failed**"
64
- color : 14879811
65
62
url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
63
+ color : 14879811
66
64
username : Kobota
67
65
avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
68
66
author : PyPI
69
- author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/develop /.github/pypi.svg
67
+ author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly /.github/pypi.svg
Original file line number Diff line number Diff line change @@ -57,12 +57,11 @@ jobs:
57
57
- name : Discord Failure Notification
58
58
uses : Kometa-Team/discord-notifications@master
59
59
with :
60
- webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
61
- webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
60
+ webhook_id_token : ${{ secrets.BUILD_WEBHOOK }}
62
61
message : <@&1079153184007790652>
63
62
title : " ${{ secrets.REPO_NAME }}: **Tests Failed**"
64
- color : 14879811
65
63
url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
64
+ color : 14879811
66
65
username : Kobota
67
66
avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
68
67
author : GitHub
Original file line number Diff line number Diff line change 1
- 1.2.13
1
+ 1.2.14
You can’t perform that action at this time.
0 commit comments