[FEATURE] Add Discord paths
This commit is contained in:
parent
78015fb5a9
commit
64a63ff1c1
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
if [ ${{ inputs.deploy-env }} == "edge" ]; then
|
||||
WORKFLOW_SECRET=/workflows/oasis-edge-deploy
|
||||
WORKFLOW_SECRET=/workflows/oasis-edge-deploy,/workflows/discord
|
||||
elif [ ${{ inputs.deploy-env }} == "ci" ]; then
|
||||
WORKFLOW_SECRET=/workflows/oasis-ci-deploy
|
||||
WORKFLOW_SECRET=/workflows/oasis-ci-deploy,/workflows/discord
|
||||
else
|
||||
echo "Error! deploy-env required, and must be 'ci' or 'edge'!"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue