Skip to content

Commit 82ca865

Browse files
committed
Add permissions
1 parent ddeeeab commit 82ca865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/onPush.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
jobs:
55
staticCodeValidation:
66
uses: navikt/sf-platform/.github/workflows/ciStaticCodeValidation.yml@main
7+
permissions:
8+
contents: read
79
buildAndPublish:
810
needs: staticCodeValidation
911
uses: navikt/sf-platform/.github/workflows/buildAndPublish.yml@main
12+
permissions:
13+
contents: write
14+
packages: write

0 commit comments

Comments
 (0)