Skip to content

Commit

Permalink
update to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Aug 2, 2024
1 parent 7ad441c commit 11cd3d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
bw-legacy: false
deploy-env: "mainnet"
app-name: "nearbuilders-delegation"
deploy-account-address: ${{ secrets.BOS_DEPLOY_ACCOUNT_ID }}
signer-account-address: ${{ secrets.BOS_DEPLOY_ACCOUNT_ID }}
signer-public-key: ${{ secrets.BOS_SIGNER_PUBLIC_KEY }}
deploy-account-address: ${{ vars.BOS_DEPLOY_ACCOUNT_ID }}
signer-account-address: ${{ vars.BOS_DEPLOY_ACCOUNT_ID }}
signer-public-key: ${{ vars.BOS_SIGNER_PUBLIC_KEY }}
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.BOS_SIGNER_PRIVATE_KEY }}
environment:
name: buildcommons.near

0 comments on commit 11cd3d9

Please sign in to comment.