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