Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Korrigerer id-token write
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Jan 5, 2024
1 parent 433469a commit 5644264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build and deploy
runs-on: ubuntu-latest
permissions:
id-token: "write"
id-token: write
packages: write
env:
image: ghcr.io/${{ github.repository }}:${{ inputs.IMAGE_NAME }}-${{ github.sha }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.beta.navno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
deploy:
permissions:
packages: write
id-token: write
uses: ./.github/workflows/build-and-deploy.yml
with:
NAIS_VARS: .nais/vars/dev-beta-navno.yaml
Expand Down

0 comments on commit 5644264

Please sign in to comment.