Skip to content

Commit

Permalink
fix: add Hashnode env vars to English GH action (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo authored Aug 2, 2024
1 parent c94168e commit c40d79d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-eng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
GOOGLE_ADSENSE_DATA_AD_CLIENT: ${{ secrets.GOOGLE_ADSENSE_DATA_AD_CLIENT }}
GOOGLE_ADSENSE_DATA_AD_SLOT: ${{ secrets.GOOGLE_ADSENSE_DATA_AD_SLOT }}

HASHNODE_API_URL: ${{ secrets.HASHNODE_API_URL }}
ENGLISH_HASHNODE_HOST: ${{ secrets.ENGLISH_HASHNODE_HOST }}

POSTS_PER_PAGE: ${{ secrets.POSTS_PER_PAGE }}

SITE_DOMAIN: freecodecamp.${{ matrix.site_tlds }}
Expand Down

0 comments on commit c40d79d

Please sign in to comment.