Skip to content

Commit 4b60e2e

Browse files
authored
chore: updating release-please workflow permissions
1 parent fcab81f commit 4b60e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
# Needed to get tokens during publishing.
1717
permissions:
1818
id-token: write
19-
contents: read
19+
contents: write
20+
pull-requests: write
2021
runs-on: ubuntu-latest
2122
steps:
2223
# Normally a workflow cannot trigger another workflow. For this workflow we need to create a

0 commit comments

Comments
 (0)