We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddeeeab commit 82ca865Copy full SHA for 82ca865
.github/workflows/onPush.yml
@@ -4,6 +4,11 @@ on:
4
jobs:
5
staticCodeValidation:
6
uses: navikt/sf-platform/.github/workflows/ciStaticCodeValidation.yml@main
7
+ permissions:
8
+ contents: read
9
buildAndPublish:
10
needs: staticCodeValidation
11
uses: navikt/sf-platform/.github/workflows/buildAndPublish.yml@main
12
13
+ contents: write
14
+ packages: write
0 commit comments