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 556cc79 commit 93914c6Copy full SHA for 93914c6
.github/workflows/content-check.yml
@@ -22,6 +22,10 @@ jobs:
22
env:
23
NEXT_TELEMETRY_DISABLED: "1"
24
CI: "true"
25
+ AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
26
+ AUTH_GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
27
+ AUTH_GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
28
+ DATABASE_URL: ${{ secrets.DATABASE_URL }}
29
steps:
30
- uses: actions/checkout@v4
31
.github/workflows/deploy.yml
@@ -12,6 +12,10 @@ jobs:
12
13
14
15
16
17
18
19
20
21
0 commit comments