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 67d2647 commit 2e37df7Copy full SHA for 2e37df7
.github/workflows/release-please.yml
@@ -45,7 +45,7 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
47
- name: Post release announcement
48
- run: npx @humanwhocodes/crosspost -t -b -m --file social-post.txt
+ run: npx @humanwhocodes/crosspost -t -b -m --discord-webhook --file social-post.txt
49
if: ${{ steps.release.outputs.release_created }}
50
env:
51
TWITTER_API_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
@@ -57,3 +57,4 @@ jobs:
57
BLUESKY_IDENTIFIER: ${{ vars.BLUESKY_IDENTIFIER }}
58
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
59
BLUESKY_HOST: ${{ vars.BLUESKY_HOST }}
60
+ DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
0 commit comments