Skip to content

Commit

Permalink
Legg til workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyGrini committed Sep 1, 2023
1 parent d5ae8df commit 1438b5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ defaults:
jobs:
build:
name: Backend - build and push docker
permissions:
contents: read
packages: write
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-frackend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
jobs:
build:
name: Build and push docker
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-ingress-redirect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ defaults:
jobs:
build:
name: Ingress-redirect - build and push docker
permissions:
contents: read
packages: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1438b5f

Please sign in to comment.