Skip to content

Commit

Permalink
r - Setter opp for nøkkelfri deploy med å bli kvitt APIKEY fra workfl…
Browse files Browse the repository at this point in the history
…ows som bruker NAIS Deploy (#1036)
  • Loading branch information
joeldlin authored Dec 2, 2024
1 parent c85ff93 commit 98bd709
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/autodeploy_dev_unleash_api_token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: 'Deploy unleash-api-token til dev'
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
RESOURCE: nais/dev/unleash-api-token.yaml
CLUSTER: dev-gcp
REF: ${{ github.sha }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
- name: 'Deploy til dev'
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
RESOURCE: nais/dev/${{ inputs.config-file-name }}.yaml
CLUSTER: dev-gcp
REF: ${{ github.sha }}
Expand Down

0 comments on commit 98bd709

Please sign in to comment.