Skip to content

Commit da265cc

Browse files
committed
Fix GitHub login pt 2
1 parent 7ca7a1a commit da265cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: bun install
1818
- name: Build frontend
1919
run: cd web && bun run build
20+
env:
21+
GITHUB_CLIENT_SECRET: ${{ secrets.VITE_GITHUB_CLIENT_SECRET }}
2022
- name: "Deploy to Cloudflare Pages"
2123
uses: "AdrianGonz97/refined-cf-pages-action@v1"
2224
with:
@@ -26,5 +28,3 @@ jobs:
2628
projectName: "diffs"
2729
directory: "web/.svelte-kit/cloudflare"
2830
deploymentName: Production
29-
env:
30-
GITHUB_CLIENT_SECRET: ${{ secrets.VITE_GITHUB_CLIENT_SECRET }}

0 commit comments

Comments
 (0)