Skip to content

Commit aeb47fa

Browse files
committed
Add essential secrets back to GitHub Actions for build process
1 parent b677cee commit aeb47fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cloudflare-branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ jobs:
5959
env:
6060
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
6161
NEXTAUTH_URL: "https://comprehendo.tre.systems"
62+
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
63+
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
64+
ADMIN_EMAILS: ${{ secrets.ADMIN_EMAILS }}

.github/workflows/cloudflare.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757
env:
5858
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
5959
NEXTAUTH_URL: "https://comprehendo.tre.systems"
60+
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
61+
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
62+
ADMIN_EMAILS: ${{ secrets.ADMIN_EMAILS }}

0 commit comments

Comments
 (0)