Added Feature to calculate BH, Modified Redirect Links, and Resolved … #46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |