Skip to content

Commit da5e8a6

Browse files
committed
Legg til permissions.
1 parent ea2b073 commit da5e8a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dp-inntekt-grpc-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
name: Create Release
3737
needs: build
3838
runs-on: ubuntu-latest
39+
permissions:
40+
contents: write
41+
packages: write
3942
if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip')
4043
steps:
4144
- name: Checkout code

0 commit comments

Comments
 (0)