Skip to content

Commit 2aed8d9

Browse files
authored
Merge pull request #55 from snickerjp/feat-update-mysql-shell-and-workflows
fix: correct permissions for workflow file modifications in check-new…
2 parents fd8d6e3 + 7df81ee commit 2aed8d9

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)