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

Commit

Permalink
Merge pull request #331 from navikt/tc-272-bytte-til-poao-frontend
Browse files Browse the repository at this point in the history
Bruke riktig secret-navn for deployment api-nøkkel
  • Loading branch information
slovrid authored Jan 23, 2023
2 parents 340f09d + 5346e52 commit 7a3a5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/poao-frontend-container-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_GCP }}
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}

jobs:
deploy-dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poao-frontend-container-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_GCP }}
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}

jobs:
deploy-prod:
Expand Down

0 comments on commit 7a3a5d3

Please sign in to comment.