Skip to content

Commit 7df81ee

Browse files
committed
fix: correct permissions for workflow file modifications in check-new-release job
1 parent 5b30c87 commit 7df81ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)