Skip to content

Commit

Permalink
Merge pull request #247 from navikt/update_permissions
Browse files Browse the repository at this point in the history
Update permissions
  • Loading branch information
dragutin-nav authored Sep 18, 2023
2 parents 70ae29c + 152453c commit b734662
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 b734662

Please sign in to comment.