Skip to content

Commit

Permalink
e - Setter write rettigheter på contents
Browse files Browse the repository at this point in the history
Co-authored-by: [email protected]
  • Loading branch information
MariamPervez committed Sep 5, 2023
1 parent c35512b commit cec2c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bygg_branch_og_publiser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bygg_og_publiser:
name: 'Bygg branch og publiser image'
permissions:
contents: "read"
contents: "write"
id-token: "write"
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bygg_mainline_og_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
bygg_deploy_dev_publiser_tag:
name: 'Bygg, publiser, deploy DEV, tag og dispatch deploy til PROD'
permissions:
contents: "read"
contents: "write"
id-token: "write"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cec2c75

Please sign in to comment.