Skip to content

Commit

Permalink
adding linea
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyjosh committed Sep 30, 2024
1 parent cd76811 commit dc8e861
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/manual-sol-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
network:
description: 'Network to deploy to'
description: "Network to deploy to"
required: true
type: choice
options:
Expand All @@ -19,6 +19,7 @@ on:
- polygon
- sepolia
- songbird
- linea

jobs:
deploy:
Expand Down Expand Up @@ -47,11 +48,11 @@ jobs:
- name: deploy to ${{ inputs.network }}
run: nix develop --command rainix-sol-artifacts
env:
DEPLOY_BROADCAST: '1'
DEPLOY_BROADCAST: "1"
DEPLOYMENT_KEY: ${{ github.ref == 'refs/heads/main' && secrets.PRIVATE_KEY || secrets.PRIVATE_KEY_DEV }}
ETH_RPC_URL: ${{ secrets[env.rpc_secret_name] || vars[env.rpc_secret_name] || '' }}
ETHERSCAN_API_KEY: ${{ secrets[env.etherscan_api_key_secret_name] || vars[env.etherscan_api_key_secret_name] || ''}}
DEPLOY_VERIFY: ${{ secrets[env.verify_secret_name] || vars[env.verify_secret_name] || '' }}
DEPLOY_VERIFIER: ${{ secrets[env.verifier_secret_name] || vars[env.verifier_secret_name] || '' }}
DEPLOY_VERIFIER_URL: ${{ secrets[env.verifier_url_secret_name] || vars[env.verifier_url_secret_name] || '' }}
DEPLOY_METABOARD_ADDRESS: ${{ secrets[env.metaboard_address_secret_name] || vars[env.metaboard_address_secret_name] || '' }}
DEPLOY_METABOARD_ADDRESS: ${{ secrets[env.metaboard_address_secret_name] || vars[env.metaboard_address_secret_name] || '' }}

0 comments on commit dc8e861

Please sign in to comment.