Skip to content

Commit 758b94b

Browse files
authored
chore: fix permissions for release-please (#97)
1 parent cecb6b6 commit 758b94b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
release-pr: ${{ steps.release.outputs.pr }}
1313
tag-name: ${{ steps.release.outputs.tag_name }}
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
17+
pull-requests: write
1518
steps:
1619
- name: Run release-please
1720
id: release

0 commit comments

Comments
 (0)