[FEATURE] Auto Oasis Test
This commit is contained in:
parent
334a647253
commit
48a90a0643
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ runs:
|
||||||
- name: Configure Workflow
|
- name: Configure Workflow
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
echo "HUNYUH"
|
||||||
if [ ${{ inputs.deploy-env }} == "edge" ]; then
|
if [ ${{ inputs.deploy-env }} == "edge" ]; then
|
||||||
WORKFLOW_SECRET=/workflows/oasis-edge-deploy
|
WORKFLOW_SECRET=/workflows/oasis-edge-deploy
|
||||||
elif [ ${{ inputs.deploy-env }} == "ci" ]; then
|
elif [ ${{ inputs.deploy-env }} == "ci" ]; then
|
||||||
|
@ -40,6 +41,7 @@ runs:
|
||||||
echo "Error! deploy-env required, and must be 'ci' or 'edge'!"
|
echo "Error! deploy-env required, and must be 'ci' or 'edge'!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "HUNO"
|
||||||
# Save Envars
|
# Save Envars
|
||||||
echo OASIS_INFISICAL_TOKEN=${{ inputs.infisical-token }} >> $GITHUB_ENV
|
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
|
echo OASIS_PATH_FETCH=$WORKFLOW_SECRET,${{ inputs.extra-secret-paths }} # /workflows/oasis-<deploy-type>-deploy, ...extra-secret-paths
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue