Skip to content

Commit

Permalink
Trenger id-token permission på rot for å få tilgang ved deploy (deplo…
Browse files Browse the repository at this point in the history
…y@v2).
  • Loading branch information
ma10s committed Jan 2, 2024
1 parent 0715c5b commit 456fdb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
env:
IMAGE: ghcr.io/navikt/familie-ef-sak:${{ github.sha }}

permissions:
contents: "read"
id-token: "write"

jobs:
build:
name: Build, push and deploy to dev-gcp and prod-gcp
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 456fdb0

Please sign in to comment.