We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f150a68 commit 702df1fCopy full SHA for 702df1f
.github/workflows/post-release.yml
@@ -37,6 +37,20 @@ jobs:
37
comment-template: |
38
🚀 This is included in version {release_link}
39
40
+ github-releases-to-discord:
41
+ runs-on: ubuntu-latest
42
+ if: ${{ github.event_name != 'workflow_dispatch' }}
43
+ steps:
44
+ - name: Checkout
45
+ uses: actions/checkout@v4
46
+ - name: Github Releases To Discord
47
+ uses: SethCohen/github-releases-to-discord@v1
48
+ with:
49
+ webhook_url: ${{ secrets.DISCORD_RELEASES_WEBHOOK_URL }}
50
+ color: '16777215'
51
+ username: 'Payload Releases'
52
+ avatar_url: 'https://l4wlsi8vxy8hre4v.public.blob.vercel-storage.com/discord-bot-logo.png'
53
+
54
update_templates:
55
if: false # Still needs some troubleshooting
56
runs-on: ubuntu-latest
0 commit comments