Skip to content

Commit cd0e4bb

Browse files
author
Tom Fay
authored
Merge pull request #2 from microsoft/write-release
readd release write permission
2 parents 1b75baf + 840413a commit cd0e4bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: push
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write
810
steps:
911
- uses: actions/checkout@v2
1012
- name: Build RPMs

0 commit comments

Comments
 (0)