chore: 権限を修正

This commit is contained in:
usbharu 2024-09-16 23:17:56 +09:00
parent e6573ccbb3
commit 375113f384
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
checks: write
id-token: write
pull-requests: write
jobs:
change:
if: github.event.pull_request.draft == false