Skip to content

Commit b9fdf82

Browse files
committed
ops(deploy): 添加GitHub客户端ID环境变量
1 parent 754ba61 commit b9fdf82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Build
2828
run: npm run build
29+
env:
30+
VITE_GITHUB_CLIENT_ID: ${{ secrets.VITE_GITHUB_CLIENT_ID }}
2931

3032
- name: Create wrangler config
3133
run: |

0 commit comments

Comments
 (0)