We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3452e9e + 1f402d8 commit 017c257Copy full SHA for 017c257
.github/workflows/build-reusable.yml
@@ -73,11 +73,12 @@ jobs:
73
74
- name: Build
75
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 }}
79
run: |
80
pnpm build
81
echo "result=success" >> $GITHUB_OUTPUT
- # env:
- # NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
82
83
- name: Upload build artifacts
84
uses: actions/upload-artifact@v4
0 commit comments