Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from navikt/feature/deployFix
Browse files Browse the repository at this point in the history
Legger til permissions til deploy i workflow
  • Loading branch information
simhos authored Dec 20, 2023
2 parents 0de081f + e6ce9c2 commit 5a8d330
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
build-and-deploy-artifact:
name: Build and deploy to github package
runs-on: ubuntu-latest
permissions:
contents: "write"
id-token: "write"
packages: "write"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5a8d330

Please sign in to comment.