Skip to content

Commit 2f63152

Browse files
committed
ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow
1 parent c9891fe commit 2f63152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Sync beta branch
3030
env:
3131
GH_TOKEN: ${{ steps.setup-git-committer.outputs.token }}
32+
DISCORD_ISSUES_WEBHOOK_URL: ${{ secrets.DISCORD_ISSUES_WEBHOOK_URL }}
3233
run: bun script/beta.ts

0 commit comments

Comments
 (0)