diff options
| author | Aiden Cline <[email protected]> | 2025-12-19 10:45:26 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-19 10:45:26 -0600 |
| commit | 5720ed1f4490df246e189a8a9bcab2a990e32584 (patch) | |
| tree | 96ad20db13ead224540ada6dde5e2cb0dde26133 /.github | |
| parent | bb20a359e45aa783cea620eb08aaf89f28754fb9 (diff) | |
| download | opencode-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
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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 }} |
