Skip to content

Commit

Permalink
make it a var, not a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsgil committed Nov 27, 2024
1 parent 55f2bda commit 97325af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: build site
run: npm run build
env:
VITE_JSON_RPC_PROVIDER_URL: ${{ secrets.VITE_JSON_RPC_PROVIDER_URL }}
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 97325af

Please sign in to comment.