We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9891fe commit 2f63152Copy full SHA for 2f63152
1 file changed
.github/workflows/beta.yml
@@ -29,4 +29,5 @@ jobs:
29
- name: Sync beta branch
30
env:
31
GH_TOKEN: ${{ steps.setup-git-committer.outputs.token }}
32
+ DISCORD_ISSUES_WEBHOOK_URL: ${{ secrets.DISCORD_ISSUES_WEBHOOK_URL }}
33
run: bun script/beta.ts
0 commit comments