Skip to content

Commit

Permalink
Merge pull request #8 from ArtBlocks/add-env-var-action-file
Browse files Browse the repository at this point in the history
Pass ENV var
  • Loading branch information
lindsgil authored Nov 27, 2024
2 parents 442963c + 97325af commit cf53974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
npm install
- name: build site
run: npm run build
env:
VITE_JSON_RPC_PROVIDER_URL: ${{ vars.VITE_JSON_RPC_PROVIDER_URL }}
- name: upload docs artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit cf53974

Please sign in to comment.