Skip to content

Commit ac2b3a8

Browse files
authored
Merge pull request #5848 from dibarbet/increase_perms
Increase permissions of release piepline to allow it to upload to release
2 parents ce188c9 + a52162c commit ac2b3a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types:
66
- created
7+
8+
permissions:
9+
contents: write
10+
711
jobs:
812
build:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)