We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5164e4e commit c0de22bCopy full SHA for c0de22b
.github/workflows/deploy.yml
@@ -49,6 +49,8 @@ jobs:
49
50
- name: Build
51
run: pnpm run build
52
+ env: # Or as an environment variable
53
+ GOOGLE_FONTS_API_KEY: ${{ secrets.GOOGLE_FONTS_API_KEY }}
54
55
- name: Upload Artifacts
56
uses: actions/upload-pages-artifact@v1
0 commit comments