diff --git a/.github/workflows/generate-permit.yml b/.github/workflows/generate-permit.yml index 36a482b7..d2f6d1c5 100644 --- a/.github/workflows/generate-permit.yml +++ b/.github/workflows/generate-permit.yml @@ -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 @@ -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 }}