Skip to content

Better handling of the plugin loading #2

Better handling of the plugin loading

Better handling of the plugin loading #2

name: Pull request build

Check failure on line 1 in .github/workflows/pull_request_webapp_preview.yml

View workflow run for this annotation

GitHub Actions / Pull request build

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request_webapp_preview.yml: The value '0x1234567890123456789012345678901234567890' on line 18 and column 36 is invalid for the type 'tag:yaml.org,2002:int'
on:
pull_request:
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- name: Build
run: bun run build
env:
# NEXT_PUBLIC_DAO_ADDRESS: ${{secrets.DAO_ADDRESS}}
NEXT_PUBLIC_DAO_ADDRESS: 0x1234567890123456789012345678901234567890
NEXT_PUBLIC_TOKEN_ADDRESS: 0x1234567890123456789012345678901234567890
NEXT_PUBLIC_DELEGATION_ANNOUNCEMENTS_START_BLOCK: 1234567
NEXT_PUBLIC_TOKEN_VOTING_PLUGIN_ADDRESS: 0x1234567890123456789012345678901234567890
NEXT_PUBLIC_DELEGATION_CONTRACT_ADDRESS: 0x1234567890123456789012345678901234567890
NEXT_PUBLIC_DUAL_GOVERNANCE_PLUGIN_ADDRESS: 0x1234567890123456789012345678901234567890
NEXT_PUBLIC_CHAIN_NAME: goerli
NEXT_PUBLIC_WEB3_URL_PREFIX: https://rpc/
NEXT_PUBLIC_ALCHEMY_API_KEY: x
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: x
NEXT_PUBLIC_IPFS_ENDPOINT: https://ipfs/
NEXT_PUBLIC_IPFS_API_KEY: x
NEXT_PUBLIC_ETHERSCAN_API_KEY: x
NODE_ENV: production