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
This commit is contained in:
parent
bb20a359e4
commit
5720ed1f44
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user