Skip to content

Commit 8b5af31

Browse files
committed
Fix permissions of release job
1 parent d5ee236 commit 8b5af31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Update the v1 branch when a release is published
22
on:
33
release:
4-
permissions:
5-
contents: write # for Git to git push
64
types: [published]
75
permissions:
86
contents: read
97

108
jobs:
119
release:
1210
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write # for git push
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:

0 commit comments

Comments
 (0)