From 51478548b5a3b5bce0c3e2e3bab7c31944c41ddb Mon Sep 17 00:00:00 2001 From: Ole Christian Kvernberg Date: Wed, 13 Sep 2023 15:02:42 +0200 Subject: [PATCH] Fjerner print payload --- .github/workflows/deploy-unleash-api-token.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-unleash-api-token.yaml b/.github/workflows/deploy-unleash-api-token.yaml index e3f1b17bc..49038ebac 100644 --- a/.github/workflows/deploy-unleash-api-token.yaml +++ b/.github/workflows/deploy-unleash-api-token.yaml @@ -15,7 +15,6 @@ jobs: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp RESOURCE: .deploy/unleash-apitoken-preprod.yaml - PRINT_PAYLOAD: true deploy-prod: runs-on: ubuntu-latest steps: @@ -26,5 +25,4 @@ jobs: env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp - RESOURCE: .deploy/unleash-apitoken-prod.yaml - PRINT_PAYLOAD: true \ No newline at end of file + RESOURCE: .deploy/unleash-apitoken-prod.yaml \ No newline at end of file