Skip to content

Commit 3f4df63

Browse files
committed
Fix main workflow
1 parent 4a932e3 commit 3f4df63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: yarn
5050
- name: Build
51-
with:
51+
env:
5252
REACT_APP_GRAPHQL_URL: ${{ secrets.REACT_APP_GRAPHQL_URL }}
5353
REACT_APP_API_KEY: ${{ secrets.REACT_APP_API_KEY }}
5454
run: yarn build

0 commit comments

Comments
 (0)