Skip to content

Commit

Permalink
fix(ci): inject environment variables properly
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 26, 2023
1 parent b8a4b96 commit 3b4d48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
--site "${{ steps.pages.outputs.origin }}" \
--base "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.BUILD_PATH }}
env:
PUBLIC_INTERLINKER_WS_API: ${{ env.PUBLIC_INTERLINKER_WS_API }}
PUBLIC_VENNBASE_API: ${{ env.PUBLIC_VENNBASE_API }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 3b4d48d

Please sign in to comment.