Skip to content

Commit

Permalink
TMP: Check env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin-dfe committed Dec 30, 2024
1 parent 3c34943 commit b3aea82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ runs:
- name: Terraform Apply
shell: bash
run: |
echo $ACTIONS_ID_TOKEN_REQUEST_TOKEN
echo $ACTIONS_ID_TOKEN_REQUEST_URL
kubelogin get-token --login workloadidentity --server-id 6dae42f8-4368-4678-94ff-3960e28e3630
make ci ${{ inputs.environment }} terraform-apply
env:
DOCKER_IMAGE_TAG: ${{ inputs.docker-image }}
Expand Down

0 comments on commit b3aea82

Please sign in to comment.