Skip to content

Commit fcaa2c2

Browse files
authored
fix: permissions on autorelease (#671)
1 parent fa53672 commit fcaa2c2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/release-please.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
on:
22
push:
3-
branches: [main]
3+
branches:
4+
- main
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
49

510
name: release-please
11+
612
jobs:
713
release-please:
8-
name: "Release please"
914
runs-on: ubuntu-latest
1015
steps:
1116
- uses: googleapis/release-please-action@v4
1217
with:
1318
release-type: simple
14-
include-v-in-tag: false

0 commit comments

Comments
 (0)