mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow
This commit is contained in:
parent
c9891fe071
commit
2f63152af3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/beta.yml
vendored
1
.github/workflows/beta.yml
vendored
|
|
@ -29,4 +29,5 @@ jobs:
|
|||
- name: Sync beta branch
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.setup-git-committer.outputs.token }}
|
||||
DISCORD_ISSUES_WEBHOOK_URL: ${{ secrets.DISCORD_ISSUES_WEBHOOK_URL }}
|
||||
run: bun script/beta.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue