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:
Aiden Cline
2025-12-19 10:45:26 -06:00
parent bb20a359e4
commit 5720ed1f44

View File

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