Skip to content

Commit ac25289

Browse files
authored
Merge pull request #39 from duylongpro99/development
update build wf
2 parents 7b7c88c + 5e19336 commit ac25289

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build-reusable.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Build Reusable Steps
1+
name: Build
2+
run-name: ${{ github.actor }} is building the application
23

34
on:
45
workflow_call:
@@ -7,16 +8,16 @@ on:
78
description: "Build output artifact"
89
value: ${{ jobs.build.outputs.build_output }}
910
secrets:
10-
NEXT_PUBLIC_CONVEX_URL:
11-
required: true
12-
CONVEX_DEPLOYMENT:
13-
required: true
14-
CLERK_SECRET_KEY:
15-
required: true
16-
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY:
17-
required: true
18-
LIVE_BLOCK_SECRET_API_KEY:
19-
required: true
11+
NEXT_PUBLIC_CONVEX_URL:
12+
required: true
13+
CONVEX_DEPLOYMENT:
14+
required: true
15+
CLERK_SECRET_KEY:
16+
required: true
17+
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY:
18+
required: true
19+
LIVE_BLOCK_SECRET_API_KEY:
20+
required: true
2021
jobs:
2122
build:
2223
name: "Build"

0 commit comments

Comments
 (0)