Skip to content

use helvetica font

use helvetica font #8

name: Deploy 'QuestVerse' App Components to Mainnet
on:
push:
branches: [main]
jobs:
deploy-mainnet:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@feat/git-workflows

Check failure on line 9 in .github/workflows/deploy-widgets-mainnet.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-widgets-mainnet.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-widgets-mainnet.yml" -> "nearbuilders/bos-workspace/.github/workflows/deploy.yml@feat/git-workflows" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
deploy-env: "mainnet"
app-name: "QuestVerse"
working-directory: "questverse-widgets"
deploy-account-address: ${{ vars.PROD_SIGNER_ACCOUNT_ID }}
signer-account-address: ${{ vars.PROD_SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.PROD_SIGNER_PUBLIC_KEY }}
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.PROD_SIGNER_PRIVATE_KEY }}