mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +08:00
fix(deploy): add Google OAuth credentials to deployment workflow
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -47,6 +47,8 @@ jobs:
|
|||||||
CUSTOM_DOMAIN: ${{ secrets.CUSTOM_DOMAIN }}
|
CUSTOM_DOMAIN: ${{ secrets.CUSTOM_DOMAIN }}
|
||||||
AUTH_GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
|
AUTH_GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
|
||||||
AUTH_GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
|
AUTH_GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
|
||||||
|
AUTH_GOOGLE_ID: ${{ secrets.AUTH_GOOGLE_ID }}
|
||||||
|
AUTH_GOOGLE_SECRET: ${{ secrets.AUTH_GOOGLE_SECRET }}
|
||||||
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
|
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
|
||||||
run: pnpm dlx tsx scripts/deploy/index.ts
|
run: pnpm dlx tsx scripts/deploy/index.ts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user