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 Sep 17, 2023
1 parent 37f55b8 commit 027a522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ jobs:
- name: pip install multisig_ci
run: |
pip install multisig_ci==0.4.3
- name: Edit .env file
env:
YRPC_API_KEY: ${{ secrets.YRPC_API_KEY }}
run: |
touch .env
echo YRPC_API_KEY=${{ secrets.YRPC_API_KEY }} >> .env
- name: Starting running message
if: ${{ inputs.from_pr == 'true' }}
uses: peter-evans/[email protected]
Expand Down

0 comments on commit 027a522

Please sign in to comment.