Skip to content

Commit 77d6333

Browse files
chore(ci): update Discord webhook secret names
1 parent 03f8ea3 commit 77d6333

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/discord-webhook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: tsickert/[email protected]
1616
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 }}
@@ -28,7 +28,7 @@ jobs:
2828
uses: tsickert/[email protected]
2929
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 }}
@@ -41,7 +41,7 @@ jobs:
4141
uses: tsickert/[email protected]
4242
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 }}

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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:
@@ -70,7 +70,7 @@ jobs:
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"

0 commit comments

Comments
 (0)