Skip to content

Commit

Permalink
adds staging (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Apr 1, 2024
1 parent 283d0e1 commit 3497cdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
build-env: "staging"
deploy-env: "mainnet"
deploy-env: "testnet"
bw-legacy: false
app-name: "builddao"
deploy-account-address: ${{ vars.BOS_STAGING_SIGNER_ACCOUNT_ID }}
signer-account-address: ${{ vars.BOS_STAGING_SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.BOS_STAGING_SIGNER_PUBLIC_KEY }}
deploy-account-address: neardevs.testnet
signer-account-address: neardevs.testnet
signer-public-key: ed25519:C56jCPM2SWoPWGft9CPNkwjE4hEU58jSrZyReswH2fSg
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.BOS_STAGING_SIGNER_PRIVATE_KEY }}

0 comments on commit 3497cdf

Please sign in to comment.