Skip to content

Commit

Permalink
Merge pull request #30 from near/develop
Browse files Browse the repository at this point in the history
Use variable NEAR_SOCIAL_DEPLOY_ID
  • Loading branch information
gabehamilton committed Apr 12, 2024
2 parents 6a0fc19 + 018cfd2 commit be97619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy widgets via adminalpha.near to near (mainnet)
env:
NEAR_SOCIAL_DEPLOY_ID: ${{ vars.NEAR_SOCIAL_DEPLOY_ID }}
NEAR_SOCIAL_ACCOUNT_ID: ${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}
NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY: ${{ vars.NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY }}
NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY: ${{ secrets.NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY }}
Expand Down

0 comments on commit be97619

Please sign in to comment.