Skip to content

fix names

fix names #14

name: Deploy Components to Mainnet
on:
push:
branches: [main]
jobs:
deploy-mainnet:
uses: NEARBuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
bw-legacy: false
deploy-env: "mainnet"
app-name: "mintbos-marketplace-template"
deploy-account-address: example.near
signer-account-address: example.near
signer-public-key: ${{ vars.MAINNET_ACCOUNT_PUBLIC_KEY }}
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.MAINNET_ACCOUNT_SIGNER_KEY }}