Skip to content

Commit

Permalink
Update deploy-widgets-mainnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Dec 8, 2023
1 parent 56bea73 commit c3c8852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-widgets-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy-mainnet:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@feat/git-workflows
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
deploy-env: "mainnet"
app-name: "QuestVerse"
Expand All @@ -15,4 +15,4 @@ jobs:
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 }}
SIGNER_PRIVATE_KEY: ${{ secrets.PROD_SIGNER_PRIVATE_KEY }}

0 comments on commit c3c8852

Please sign in to comment.