Skip to content

Commit

Permalink
Skal ha permissions til å lese content og skrivetilgang til packages …
Browse files Browse the repository at this point in the history
…for å publisere pakker
  • Loading branch information
charliemidtlyng committed Sep 11, 2023
1 parent e38deef commit 1b13915
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
build-and-push-to-npm:
permissions:
contents: "read"
packages: "write"
name: Bygg og push
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
build-and-push-to-npm:
permissions:
contents: "read"
packages: "write"
name: Bygg og push
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1b13915

Please sign in to comment.