Skip to content

Commit 722c6d9

Browse files
authored
Merge pull request #53 from snickerjp/feat-update-mysql-shell-and-workflows
fix: update permissions to allow write access for contents in check-r…
2 parents 881d000 + 4b81e8f commit 722c6d9

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
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
check-release:
3030
permissions:
31-
contents: read
31+
contents: write
3232
pull-requests: write
3333
runs-on: ubuntu-latest
3434
# ジョブの概要説明

0 commit comments

Comments
 (0)