[FEATURE] Auto Oasis Test
This commit is contained in:
parent
8e20966f8a
commit
b903fe63c9
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue