We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754ba61 commit b9fdf82Copy full SHA for b9fdf82
1 file changed
.github/workflows/deploy.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Build
28
run: npm run build
29
+ env:
30
+ VITE_GITHUB_CLIENT_ID: ${{ secrets.VITE_GITHUB_CLIENT_ID }}
31
32
- name: Create wrangler config
33
run: |
0 commit comments