We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3369952 commit c8751bdCopy full SHA for c8751bd
.github/workflows/deploy-main.yml
@@ -4,6 +4,12 @@ on:
4
push:
5
branches:
6
- main
7
+
8
+env:
9
+ NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
10
+ NEXT_PUBLIC_SLUG_FOR_OFFICIAL_PREVIEW: ${{ secrets.NEXT_PUBLIC_SLUG_FOR_OFFICIAL_PREVIEW }}
11
+ NEXT_PUBLIC_WEBSITE_URL: ${{ secrets.NEXT_PUBLIC_WEBSITE_URL }}
12
13
jobs:
14
test-and-build:
15
uses: ./.github/workflows/test-and-build.yml
0 commit comments