Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
hotfix: add api host env variable to publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbaque committed Mar 7, 2022
1 parent eaca777 commit dd99070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm run test
- run: npm run e2e
env:
API_HOST: ${{secrets.API_HOST}}
API_KEY: ${{secrets.API_KEY}}
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit dd99070

Please sign in to comment.