Skip to content

Commit dc2e08f

Browse files
authored
Update discord.yml
1 parent 76f1880 commit dc2e08f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/discord.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
steps:
1212
- name: Send commit to Discord
1313
uses: ilshidur/action-discord@master
14+
env:
15+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
1416
with:
1517
args: >
16-
${{ secrets.DISCORD_WEBHOOK }}
1718
"Neuer Commit auf **${{ github.repository }}**:
1819
${{ github.actor }} hat gepusht:
1920
${{ github.event.head_commit.message }}"

0 commit comments

Comments
 (0)