Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Changed test private key to UBIQUIBOT_APP_PRIVATE_KEY_TEST
  • Loading branch information
gentlementlegen authored Jun 1, 2024
1 parent c87543d commit b693d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CHAIN_ID: 100
FRONTEND_URL: "${{ env.DEPLOYMENT_URL }}"
RPC_PROVIDER_URL: "https://rpc.ankr.com/gnosis"
UBIQUIBOT_PRIVATE_KEY: ${{ secrets.UBIQUIBOT_PRIVATE_KEY }}
UBIQUIBOT_PRIVATE_KEY: ${{ secrets.UBIQUIBOT_APP_PRIVATE_KEY_TEST }}

- uses: actions/github-script@v7
with:
Expand Down

0 comments on commit b693d7c

Please sign in to comment.