Skip to content

Commit

Permalink
added env to deploy contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnakumarskr committed Mar 14, 2024
1 parent 8788d95 commit 6b97738
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-dev-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ jobs:

- name: Deploy contracts
run: cd packages/contracts/ && yarn deploy
env:
EXPORT_TO_SUPABASE: true
NEXT_PUBLIC_TARGET_NETWORK_ID: 421614
COLLATERAL_PERCENTAGE: 200
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
PUBLIC_OPERATOR_ADDRESS: ${{ secrets.PUBLIC_OPERATOR_ADDRESS }}
PUBLIC_OWNER_ADDRESS: ${{ secrets.PUBLIC_OWNER_ADDRESS }}
SEPOLIA_PRIVATE_KEY: ${{ secrets.SEPOLIA_PRIVATE_KEY }}
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}

- name: Create Admin
run: cd scripts/operation/ && yarn op --create-user null email:[email protected]
Expand Down

0 comments on commit 6b97738

Please sign in to comment.