diff --git a/action.yml b/action.yml index 5e4e4d8..d4bfac3 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,12 @@ runs: echo "Error! deploy-env required, and must be 'ci' or 'edge'!" exit 1 fi + - name: Configure Kubeconfig + shell: bash + run: | + echo "Token: ${{ env.OASIS_INFISICAL_TOKEN }}" + echo "Deploy env: ${{ inputs.deploy-env }}" + echo "Workflow: ${{ env.OASIS_INFISICAL_WORKFLOW }}" - name: Setup Oasis Envars uses: https://gitea.dunemask.dev/elysium/elysium-actions@infisical-env with: