Skip to content

Commit

Permalink
fix(.github): hard code COFACTS_API_URL
Browse files Browse the repository at this point in the history
no point to read from repo
  • Loading branch information
MrOrz committed Feb 12, 2024
1 parent 7ade915 commit 42434b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
# Running build would lint and check type
- run: npm run build
env:
COFACTS_API_URL: ${{ env.COFACTS_API_URL }}
COFACTS_API_URL: 'https://dev-api.cofacts.tw/graphql'

0 comments on commit 42434b5

Please sign in to comment.