Skip to content

Commit

Permalink
fix(ci): add missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed Dec 7, 2023
1 parent 9460740 commit d271592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
test-rpm-build:
name: "Build (Fedora)"
runs-on: ubuntu-latest
permissions:
contents: write
container:
image: registry.fedoraproject.org/fedora:latest
options: --privileged
Expand Down Expand Up @@ -54,5 +56,3 @@ jobs:
with:
tag: $VERSION
artifacts: "rpms/*.rpm"
permissions:
contents: write

0 comments on commit d271592

Please sign in to comment.