Skip to content

Commit fd8d6e3

Browse files
authored
Merge pull request #54 from snickerjp/feat-update-mysql-shell-and-workflows
fix: add permissions for workflow file modifications in check-release…
2 parents 722c6d9 + 5b30c87 commit fd8d6e3

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)