Skip to content

Commit

Permalink
Delete unused terraform variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 25, 2024
1 parent 2fa81b5 commit 741aada
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ runs:
make ci ${{ inputs.environment_name }} deploy-azure-resources
shell: bash

- run: |
TFSTATE_CONTAINER_ACCESS_KEY="$(az storage account keys list -g ${{ env.resource_group_name }} -n ${{ env.storage_account_name }} | jq -r '.[0].value')"
echo "::add-mask::$TFSTATE_CONTAINER_ACCESS_KEY"
echo "TFSTATE_CONTAINER_ACCESS_KEY=$TFSTATE_CONTAINER_ACCESS_KEY" >> $GITHUB_ENV
shell: bash
- uses: azure/use-kubelogin@v1
with:
kubelogin-version: 'v0.0.33'
Expand Down

0 comments on commit 741aada

Please sign in to comment.