Skip to content

Commit c9f70bd

Browse files
authored
chore: explicitly define release please permissions (#1569)
1 parent b4aeecb commit c9f70bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
outputs:
1313
release_created: ${{ steps.release.outputs.release_created }}
14+
permissions:
15+
contents: write
16+
pull-requests: write
1417
steps:
1518
- name: Harden Runner
1619
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1

0 commit comments

Comments
 (0)