Skip to content

Commit

Permalink
Satt id-token tilgang
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed May 6, 2024
1 parent 4148735 commit be0e5f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/api-start-stopp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
name: Deploy to dev-gcp - API Start Stopp
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v2
Expand All @@ -60,6 +63,9 @@ jobs:
# name: Deploy to prod-gcp - API Start Stopp
# needs: [build, deploy-dev]
# runs-on: ubuntu-latest
# permissions:
# contents: read
# id-token: write
# steps:
# - uses: actions/checkout@v4
# - uses: nais/deploy/actions/deploy@v1
Expand Down

0 comments on commit be0e5f7

Please sign in to comment.