Skip to content

Commit

Permalink
fix JSON_RESUME_URL ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brignano authored Jul 29, 2024
1 parent 453a0f9 commit a5c06dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: npm test --if-present
- name: Update .env
run: |
echo "NEXT_PUBLIC_JSON_RESUME_URL=${{ secrets.JSON_RESUME_URL }}" > .env
echo "NEXT_PUBLIC_JSON_RESUME_URL=${{ vars.JSON_RESUME_URL }}" > .env
echo "GOOGLE_MAPS_API_KEY=${{ secrets.GOOGLE_MAPS_API_KEY }}" >> .env
cat .env
- name: Build
Expand Down

0 comments on commit a5c06dc

Please sign in to comment.