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 1e831da commit 19962aeCopy full SHA for 19962ae
.github/workflows/check_fullstack_demo_ts_pr.yaml
@@ -9,13 +9,15 @@ on:
9
10
jobs:
11
build:
12
- environment: build
+
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
16
17
+ environment: build
18
19
env:
- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
20
+ NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
21
22
steps:
23
- uses: actions/checkout@v4
.github/workflows/check_push.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
CLERK_PERISHABLE_KEY: 12345
35
36
37
38
0 commit comments