diff options
| author | Dax Raad <[email protected]> | 2026-02-01 19:37:09 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-02-01 19:59:20 -0500 |
| commit | 2f63152af302ed41ab769f12f79c264ee872f063 (patch) | |
| tree | 40d2fe73c0fa4121a9224894986e61055254e66a /.github | |
| parent | c9891fe0718551daa9dddccf0aacec1647850786 (diff) | |
| download | opencode-2f63152af302ed41ab769f12f79c264ee872f063.tar.gz opencode-2f63152af302ed41ab769f12f79c264ee872f063.zip | |
ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/beta.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index a793bfb03..6edbb4326 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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 |
