From 5346e523692adc7ece16f42b43e5ccd3a9eb3107 Mon Sep 17 00:00:00 2001 From: Sondre Larsen Ovrid Date: Mon, 23 Jan 2023 08:01:48 +0100 Subject: [PATCH] =?UTF-8?q?Bruke=20riktig=20secret-navn=20for=20deployment?= =?UTF-8?q?=20api-n=C3=B8kkel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/poao-frontend-container-dev.yaml | 2 +- .github/workflows/poao-frontend-container-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/poao-frontend-container-dev.yaml b/.github/workflows/poao-frontend-container-dev.yaml index 80bf5ecd..5265fa15 100644 --- a/.github/workflows/poao-frontend-container-dev.yaml +++ b/.github/workflows/poao-frontend-container-dev.yaml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_GCP }} + APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} jobs: deploy-dev: diff --git a/.github/workflows/poao-frontend-container-prod.yaml b/.github/workflows/poao-frontend-container-prod.yaml index 5e35b01d..e0d4d299 100644 --- a/.github/workflows/poao-frontend-container-prod.yaml +++ b/.github/workflows/poao-frontend-container-prod.yaml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_GCP }} + APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} jobs: deploy-prod: