diff options
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 }} |
