Skip to content

Commit 9315e00

Browse files
ci(github): fix permissions in release-please.yml
1 parent 51103ef commit 9315e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release-please:
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
11+
contents: write
1212
pull-requests: write
1313
outputs:
1414
release_created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)