Skip to content

Commit

Permalink
updated deploy env name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehamilton committed Mar 13, 2024
1 parent 4dc8f57 commit 27e6be9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
name: Deploy widgets to agiguild.near (mainnet)
env:
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 }}
NEAR_SOCIAL_ACCOUNT_ID: ${{ vars.AGI_GUILD_ACCOUNT_ID }}
NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY: ${{ vars.AGI_GUILD_ACCOUNT_PUBLIC_KEY }}
NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY: ${{ secrets.AGI_GUILD_ACCOUNT_PRIVATE_KEY }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 27e6be9

Please sign in to comment.