Skip to content

Commit

Permalink
Setter skrivetilgang på packages i workflow for bygg og deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
olekvernberg committed Sep 13, 2023
1 parent 584f069 commit 250b590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build:
name: Build, push and deploy to dev-gcp
runs-on: ubuntu-latest
permissions:
packages: "write"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
build:
name: Build, push and deploy to prod-gcp
runs-on: ubuntu-latest
permissions:
packages: "write"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 250b590

Please sign in to comment.