Skip to content

Commit 017c257

Browse files
authored
Merge pull request #22 from duylongpro99/development
set env to build
2 parents 3452e9e + 1f402d8 commit 017c257

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-reusable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ jobs:
7373
7474
- name: Build
7575
id: build_step # Added this ID which is referenced in the outputs
76+
env:
77+
NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
78+
LIVE_BLOCK_SECRET_API_KEY: ${{ secrets.LIVE_BLOCK_SECRET_API_KEY }}
7679
run: |
7780
pnpm build
7881
echo "result=success" >> $GITHUB_OUTPUT
79-
# env:
80-
# NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
8182
8283
- name: Upload build artifacts
8384
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)