Skip to content

Commit

Permalink
Sette permissions for GHA
Browse files Browse the repository at this point in the history
Co-authored-by: Geir André Lund <[email protected]>
Co-authored-by: Knut Magne Riise <[email protected]>
  • Loading branch information
3 people committed Oct 23, 2023
1 parent ba123ed commit cd88fb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
release:
name: Create Release
needs: build
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip')
steps:
Expand Down

0 comments on commit cd88fb0

Please sign in to comment.