Skip to content

Commit 5b30c87

Browse files
committed
fix: add permissions for workflow file modifications in check-release job
1 parent 4b81e8f commit 5b30c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-new-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
permissions:
3131
contents: write
3232
pull-requests: write
33+
workflows: write # ワークフローファイルを変更するための権限を追加
3334
runs-on: ubuntu-latest
3435
# ジョブの概要説明
3536
name: Check and update MySQL Shell versions

0 commit comments

Comments
 (0)