We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533ae92 commit 734453dCopy full SHA for 734453d
1 file changed
.github/workflows/post-release.yml
@@ -45,10 +45,19 @@ jobs:
45
steps:
46
- name: Checkout
47
uses: actions/checkout@v5
48
- - name: Github Releases To Discord
+
49
+ - name: Announce Release - Releases Channel
50
uses: SethCohen/github-releases-to-discord@v1.19.0
51
with:
52
webhook_url: ${{ secrets.DISCORD_RELEASES_WEBHOOK_URL }}
53
color: '16777215'
54
username: 'Payload Releases'
55
avatar_url: 'https://l4wlsi8vxy8hre4v.public.blob.vercel-storage.com/discord-bot-logo.png'
56
57
+ - name: Announce Release - General Channel
58
+ uses: SethCohen/github-releases-to-discord@v1.19.0
59
+ with:
60
+ webhook_url: ${{ secrets.DISCORD_GENERAL_WEBHOOK_URL }}
61
+ color: '16777215'
62
+ username: 'Payload Releases'
63
+ avatar_url: 'https://l4wlsi8vxy8hre4v.public.blob.vercel-storage.com/discord-bot-logo.png'
0 commit comments