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

Commit

Permalink
Legger til permissions til deploy i workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simhos committed Dec 20, 2023
1 parent 0de081f commit e6ce9c2
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 e6ce9c2

Please sign in to comment.