Skip to content

Commit

Permalink
e - Legger til write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Sep 4, 2023
1 parent 899de3c commit 459109d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bygg_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:

jobs:
bygg:
permissions:
packages: "write"
id-token: "write"
contents: "write"
runs-on: ubuntu-latest
steps:
- name: 'Pull repo'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release_mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:

jobs:
release:
permissions:
packages: "write"
id-token: "write"
contents: "write"
runs-on: ubuntu-latest
steps:
- name: 'Pull repo'
Expand Down

0 comments on commit 459109d

Please sign in to comment.