[FEATURE] Auto Oasis Test

This commit is contained in:
Dunemask 2024-02-15 16:23:05 -07:00
parent 8e20966f8a
commit b903fe63c9

View file

@ -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: