Skip to content

Commit

Permalink
Merge pull request #248 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsette
  • Loading branch information
dragutin-nav authored Sep 18, 2023
2 parents d5950c7 + b734662 commit 034c3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-feature-branch-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
PRINT_PAYLOAD: true
permissions:
packages: write
contents: write
jobs:
build-and-push:
name: Build and push
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ env:
IMAGE: ghcr.io/${{ github.repository }}/veilarbfilter
PRINT_PAYLOAD: true
permissions:
packages: write
packages: write
contents: write
jobs:
test:
name: Run tests
Expand Down

0 comments on commit 034c3ae

Please sign in to comment.