Skip to content

Commit

Permalink
Merge pull request #2 from microsoft/write-release
Browse files Browse the repository at this point in the history
readd release write permission
  • Loading branch information
tofay authored Oct 7, 2024
2 parents 1b75baf + 840413a commit cd0e4bb
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 cd0e4bb

Please sign in to comment.