Skip to content

Commit 1aa46c5

Browse files
authored
chore: updating release-please workflow permissions (#210)
1 parent fcab81f commit 1aa46c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)