We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a932e3 commit 3f4df63Copy full SHA for 3f4df63
1 file changed
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install dependencies
49
run: yarn
50
- name: Build
51
- with:
+ env:
52
REACT_APP_GRAPHQL_URL: ${{ secrets.REACT_APP_GRAPHQL_URL }}
53
REACT_APP_API_KEY: ${{ secrets.REACT_APP_API_KEY }}
54
run: yarn build
0 commit comments