Skip to content

Commit

Permalink
Merge pull request LumiSpy#83 from jlaehne/fix-github-permission
Browse files Browse the repository at this point in the history
Add permission at the job level to create release.
  • Loading branch information
jlaehne authored Jul 1, 2021
2 parents b81a6a5 + 997572d commit 8863a7e
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 @@ -12,6 +12,8 @@ on:

jobs:
create_release:
permissions:
contents: write
name: Create Release
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 8863a7e

Please sign in to comment.