chore: 権限を修正

This commit is contained in:
2024-09-16 23:17:56 +09:00
parent e6573ccbb3
commit 375113f384
@@ -13,6 +13,12 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true
permissions:
contents: read
checks: write
id-token: write
pull-requests: write
jobs: jobs:
change: change:
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false