fix(ci): add workflows permission for pushing to master

This commit is contained in:
justsisyphus
2026-01-17 18:05:00 +09:00
parent ef7276a46a
commit 1f493cc921

View File

@@ -23,6 +23,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
id-token: write
workflows: write
jobs:
test: