Skip to content

Commit

Permalink
Fjerner print payload
Browse files Browse the repository at this point in the history
  • Loading branch information
olekvernberg committed Sep 13, 2023
1 parent aee7fe4 commit 5147854
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-unleash-api-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -26,5 +25,4 @@ jobs:
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: .deploy/unleash-apitoken-prod.yaml
PRINT_PAYLOAD: true
RESOURCE: .deploy/unleash-apitoken-prod.yaml

0 comments on commit 5147854

Please sign in to comment.