Skip to content

Commit

Permalink
Update deploy-prod-mainnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Nov 14, 2023
1 parent 101c555 commit 0e20e2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-prod-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
name: Deploy widgets to social.near (mainnet)
env:
NEAR_DEPLOY_ID: ${{ vars.CREATE_ACCOUNT_ID }}
NEAR_ACCOUNT_ID: ${{ vars.CREATE_ACCOUNT_ID }}
NEAR_ACCOUNT_PUBLIC_KEY: ${{ vars.CREATE_ACCOUNT_PUBLIC_KEY }}
NEAR_ACCOUNT_PRIVATE_KEY: ${{ secrets.CREATE_ACCOUNT_PRIVATE_KEY }}
NEAR_DEPLOY_ID: ${{ vars.NEAR_ACCOUNT_ID }}
NEAR_ACCOUNT_ID: ${{ vars.NEAR_ACCOUNT_ID }}
NEAR_ACCOUNT_PUBLIC_KEY: ${{ vars.NEAR_ACCOUNT_PUBLIC_KEY }}
NEAR_ACCOUNT_PRIVATE_KEY: ${{ secrets.NEAR_ACCOUNT_PRIVATE_KEY }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0e20e2c

Please sign in to comment.