Skip to content

Commit

Permalink
chore: change env key to UBIQUIBOT_APP_PRIVATE_KEY_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 1, 2024
1 parent 178998a commit 5f95dba
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_APP_PRIVATE_KEY }}
UBIQUIBOT_PRIVATE_KEY: ${{ secrets.UBIQUIBOT_APP_PRIVATE_KEY_TEST }}

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

0 comments on commit 5f95dba

Please sign in to comment.