Skip to content

Commit

Permalink
ci: set missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Jan 21, 2024
1 parent 7b2d858 commit 75e696f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
NODE_ENV=production npm run build
env:
TRACKER_SNIPPET: ${{ vars.TRACKER_SNIPPET }}
GH_ISSUE_URL: ${{ vars.GH_ISSUE_URL }}
GH_REPO_URL: ${{ vars.GH_REPO_URL }}
WEBSITE_URL: ${{ vars.WEBSITE_URL }}

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 75e696f

Please sign in to comment.