Skip to content

Commit

Permalink
add extra variables to be passed to netlify environment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Mar 4, 2024
1 parent 8bd2b59 commit ef9aa50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-netlify-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NEXT_PUBLIC_RPC_ENDPOINT: ${{ secrets.NEXT_PUBLIC_RPC_ENDPOINT }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
args: deploy --dir=web-app/build
secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'

0 comments on commit ef9aa50

Please sign in to comment.