fix(actions): workflow files get passed correct GH token

This commit is contained in:
2026-06-26 21:24:09 +09:30
parent 006589ca76
commit e10c5fe2c4
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ on:
permissions:
contents: write
env:
GH_TOKEN: ${{ github.token }}
jobs:
release:
runs-on: ubuntu-latest