Skip to content

Commit 840413a

Browse files
author
Tom Fay
committed
readd release write permission
1 parent 1b75baf commit 840413a

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)