Skip to content

Commit

Permalink
chore: added missing inputs for action
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Mar 29, 2024
1 parent b5a53e6 commit 14670c7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/generate-permit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: Generate Permit
on:
workflow_dispatch:
inputs:
beneficiary-address:
beneficiary:
required: true
description: The address of the beneficiary's wallet
ubiquibot:
required: true
description: Ubiquibot's Private Key

jobs:
build:
Expand All @@ -25,5 +28,10 @@ jobs:
yarn
yarn start:sign
env: # Set environment variables for the build
BENEFICIARY_ADDRESS: ${{ github.event.inputs.message }}
BENEFICIARY_ADDRESS: ${{ github.event.inputs.beneficiary }}
PAYMENT_TOKEN_ADDRESS: "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d"
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 }}

0 comments on commit 14670c7

Please sign in to comment.