File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15151616 if : ${{ (github.event_name == 'discussion') }}
1717 with :
18- webhook-url : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
18+ webhook-url : ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
1919 avatar-url : https://avatars.githubusercontent.com/u/9919?s=200&v=4
2020 embed-author-name : ${{ github.event.sender.login }}
2121 embed-author-url : ${{ github.event.sender.html_url }}
28282929 if : ${{ (github.event_name == 'issues') }}
3030 with :
31- webhook-url : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
31+ webhook-url : ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
3232 avatar-url : https://avatars.githubusercontent.com/u/9919?s=200&v=4
3333 embed-author-name : ${{ github.event.sender.login }}
3434 embed-author-url : ${{ github.event.sender.html_url }}
41414242 if : ${{ (github.event_name == 'pull_request_target') }}
4343 with :
44- webhook-url : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
44+ webhook-url : ${{ secrets.DISCORD_GITHUB_WEBHOOK }}
4545 avatar-url : https://avatars.githubusercontent.com/u/9919?s=200&v=4
4646 embed-author-name : ${{ github.event.sender.login }}
4747 embed-author-url : ${{ github.event.sender.html_url }}
Original file line number Diff line number Diff line change 2626 [ ! -z "${{ secrets.ORG_GPG_PASSPHRASE }}" ] &&
2727 [ ! -z "${{ secrets.ORG_GPG_PRIVATE_KEY }}" ] &&
2828 [ ! -z "${{ secrets.ORG_OSSRH_USERNAME }}" ] && echo "HAS_OSSRH=true" >> $GITHUB_OUTPUT
29- [ ! -z "${{ secrets.DISCORD_WEBHOOK_GITHUB }}" ] && echo "HAS_WEBHOOK=true" >> $GITHUB_OUTPUT
29+ [ ! -z "${{ secrets.DISCORD_GITHUB_CI_WEBHOOK }}" ] && echo "HAS_WEBHOOK=true" >> $GITHUB_OUTPUT
3030 exit 0
3131
3232 Determine-Version :
7070 - uses : sarisia/actions-status-discord@v1
7171 name : " Invoke discord webhook"
7272 with :
73- webhook : ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
73+ webhook : ${{ secrets.DISCORD_GITHUB_CI_WEBHOOK }}
7474 # if the publishing is skipped, that means the preceding test run failed
7575 status : ${{ needs.Publish-Artefacts.result == 'skipped' && 'Failure' || needs.Publish-Artefacts.result }}
7676 title : " Release Build Technology AZURE"
You can’t perform that action at this time.
0 commit comments