Skip to content

Commit

Permalink
chore: updated action rpc and key name
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 2, 2024
1 parent 3f57be8 commit 233afdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-permit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
beneficiary:
required: true
description: The address of the beneficiary's wallet
ubiquibot:
evmPrivateEncrypted:
required: true
description: Ubiquibot's Private Key

Expand All @@ -33,5 +33,5 @@ jobs:
AMOUNT_IN_ETH: 0
CHAIN_ID: 100
FRONTEND_URL: "http://localhost:8080"
RPC_PROVIDER_URL: "http://eth.ubq.fi/v1/mainnet"
UBIQUIBOT_PRIVATE_KEY: ${{ github.event.inputs.ubiquibot }}
RPC_PROVIDER_URL: "https://rpc.ankr.com/gnosis"
UBIQUIBOT_PRIVATE_KEY: ${{ github.event.inputs.evmPrivateEncrypted }}

0 comments on commit 233afdb

Please sign in to comment.