Skip to content

Commit 347455f

Browse files
asynclizcopybara-github
authored andcommitted
chore: move permissions block in release-please workflow
PiperOrigin-RevId: 797508115
1 parent 70a1d8e commit 347455f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ on:
33
branches:
44
- main
55

6-
permissions:
7-
contents: write
8-
pull-requests: write
9-
106
name: release-please
117

128
jobs:
139
release-please:
1410
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
pull-requests: write
1514
steps:
1615
- uses: googleapis/release-please-action@v4
1716
with:

0 commit comments

Comments
 (0)