Skip to content

fix: removed overwritting of indexername in obj (#962) #59

fix: removed overwritting of indexername in obj (#962)

fix: removed overwritting of indexername in obj (#962) #59

name: Deploy Dev Components to Mainnet
on:
push:
branches: [main]
paths:
- "frontend/widgets/**"
jobs:
deploy-mainnet:
uses: ./.github/workflows/deploy-widgets.yml
with:
directory-paths: ${{vars.WIDGETS_DIRECTORY_PATHS}}
deploy-account-address: ${{ vars.DEV_SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.DEV_SIGNER_PUBLIC_KEY }}
environment: dev
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.DEV_SIGNER_PRIVATE_KEY }}