Skip to content

Commit 4b81e8f

Browse files
committed
fix: update permissions to allow write access for contents in check-release job
1 parent b8a1e3e commit 4b81e8f

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)