We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7a1a commit da265ccCopy full SHA for da265cc
.github/workflows/deploy.yml
@@ -17,6 +17,8 @@ jobs:
17
run: bun install
18
- name: Build frontend
19
run: cd web && bun run build
20
+ env:
21
+ GITHUB_CLIENT_SECRET: ${{ secrets.VITE_GITHUB_CLIENT_SECRET }}
22
- name: "Deploy to Cloudflare Pages"
23
uses: "AdrianGonz97/refined-cf-pages-action@v1"
24
with:
@@ -26,5 +28,3 @@ jobs:
26
28
projectName: "diffs"
27
29
directory: "web/.svelte-kit/cloudflare"
30
deploymentName: Production
- env:
- GITHUB_CLIENT_SECRET: ${{ secrets.VITE_GITHUB_CLIENT_SECRET }}
0 commit comments