Skip to content

Commit

Permalink
Legg til permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Oct 19, 2023
1 parent ea2b073 commit da5e8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dp-inntekt-grpc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
name: Create Release
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip')
steps:
- name: Checkout code
Expand Down

0 comments on commit da5e8a6

Please sign in to comment.