Skip to content

Commit

Permalink
readd release write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay committed Oct 7, 2024
1 parent 1b75baf commit 840413a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Build RPMs
Expand Down

0 comments on commit 840413a

Please sign in to comment.