Skip to content

Merge pull request #7 from trechriron/trentin-update-structure #9

Merge pull request #7 from trechriron/trentin-update-structure

Merge pull request #7 from trechriron/trentin-update-structure #9

name: Deploy Components to Mainnet
on:
push:
branches: [main]
concurrency: main # do not allow parallel execution
jobs:
deploy-mainnet:
uses: bos-cli-rs/bos-cli-rs/.github/workflows/deploy-mainnet.yml@master

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-mainnet.yml" -> "bos-cli-rs/bos-cli-rs/.github/workflows/deploy-mainnet.yml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
deploy-account-address: monkeypatcher.near
signer-account-address: monkeypatcher.near
signer-public-key: ed25519:2Qhd4nhX8DkRzz7VVWsT8f5L1xNuh9ZmECsfbRBBTBoq
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.SIGNER_PRIVATE_KEY }}