summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-19 10:45:26 -0600
committerAiden Cline <[email protected]>2025-12-19 10:45:26 -0600
commit5720ed1f4490df246e189a8a9bcab2a990e32584 (patch)
tree96ad20db13ead224540ada6dde5e2cb0dde26133
parentbb20a359e45aa783cea620eb08aaf89f28754fb9 (diff)
downloadopencode-5720ed1f4490df246e189a8a9bcab2a990e32584.tar.gz
opencode-5720ed1f4490df246e189a8a9bcab2a990e32584.zip
ci: change token for gh release to allow discord job to actually trigger see: https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/trigger-a-workflow
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index fc9181bc5..b6da34dbc 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -214,4 +214,4 @@ jobs:
- run: gh release edit ${{ needs.publish.outputs.tagName }} --draft=false
env:
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}