Skip to content

Commit 4ec7eaf

Browse files
authored
chore: explicitly define release-please permissions (#49)
1 parent 6c73c34 commit 4ec7eaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

+3
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
- uses: googleapis/release-please-action@v4
1619
id: release

0 commit comments

Comments
 (0)