Skip to content

Commit

Permalink
Add permission to create release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Apr 26, 2022
1 parent cfb344e commit d0bc8c7
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 d0bc8c7

Please sign in to comment.