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
+1
View File
@@ -20,6 +20,7 @@ permissions:
env: env:
NIGHTLY_TAG: nightly NIGHTLY_TAG: nightly
GH_TOKEN: ${{ github.token }}
jobs: jobs:
nightly: nightly:
+3
View File
@@ -16,6 +16,9 @@ on:
permissions: permissions:
contents: write contents: write
env:
GH_TOKEN: ${{ github.token }}
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest