Skip to content

Commit

Permalink
fikser permissions for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiafiring committed Feb 3, 2025
1 parent 58c0819 commit 3b13cec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
name: Deploy to NAIS dev
needs: build
uses: ./.github/workflows/.deploy-to-nais.yml
permissions:
contents: read
id-token: write
with:
NAIS_ENV: dev
IMAGE: ${{ needs.build.outputs.IMAGE }}

0 comments on commit 3b13cec

Please sign in to comment.