Skip to content

Commit

Permalink
Update roboanimals-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Dec 14, 2023
1 parent c6aa9e1 commit d1e70b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ on:
required: false
YRPC_API_KEY:
required: false
YPRICEAPI_PASS:
required: false
PRIVATE_KEY:
required: true
PAT:
Expand Down Expand Up @@ -263,6 +265,7 @@ jobs:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
YRPC_API_KEY: ${{ secrets.YRPC_API_KEY }}
GITHUB_ACTION_SEND: ${{ inputs.send }}
YPRICEAPI_PASS: ${{ secrets.YPRICEAPI_PASS }}
BE: ${{ inputs.be }}
run: |
python3 -m multisig_ci brownie run ${{ inputs.file }} ${{ inputs.fn }} --network ${{ inputs.network }}-main-fork 1>output.txt 2>error.txt || EXIT_CODE=$?
Expand Down

0 comments on commit d1e70b9

Please sign in to comment.