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 d1e70b9 commit 6931b7d
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 @@ -101,6 +101,8 @@ on:
required: false
YPRICEAPI_PASS:
required: false
YPRICEAPI_USER:
required: false
PRIVATE_KEY:
required: true
PAT:
Expand Down Expand Up @@ -265,6 +267,7 @@ jobs:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
YRPC_API_KEY: ${{ secrets.YRPC_API_KEY }}
GITHUB_ACTION_SEND: ${{ inputs.send }}
YPRICEAPI_USER: ${{ secrets.YPRICEAPI_USER }}
YPRICEAPI_PASS: ${{ secrets.YPRICEAPI_PASS }}
BE: ${{ inputs.be }}
run: |
Expand Down

0 comments on commit 6931b7d

Please sign in to comment.