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 f63e282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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"]'
secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID", "NEXT_PUBLIC_RPC_ENDPOINT", "PRIVATE_KEY"]'

0 comments on commit f63e282

Please sign in to comment.