[FEATURE] Auto Oasis Test

This commit is contained in:
Dunemask 2024-02-15 18:05:57 -07:00
parent 334a647253
commit 48a90a0643

View file

@ -32,6 +32,7 @@ runs:
- name: Configure Workflow
shell: bash
run: |
echo "HUNYUH"
if [ ${{ inputs.deploy-env }} == "edge" ]; then
WORKFLOW_SECRET=/workflows/oasis-edge-deploy
elif [ ${{ inputs.deploy-env }} == "ci" ]; then
@ -40,6 +41,7 @@ runs:
echo "Error! deploy-env required, and must be 'ci' or 'edge'!"
exit 1
fi
echo "HUNO"
# Save Envars
echo OASIS_INFISICAL_TOKEN=${{ inputs.infisical-token }} >> $GITHUB_ENV
echo OASIS_PATH_FETCH=$WORKFLOW_SECRET,${{ inputs.extra-secret-paths }} # /workflows/oasis-<deploy-type>-deploy, ...extra-secret-paths