Skip to content

Commit

Permalink
πŸ“ Added missing secrets to workflow (#1592)
Browse files Browse the repository at this point in the history
added missing secrets
  • Loading branch information
babakamyljanovssw authored Oct 23, 2024
1 parent 079efd6 commit 826d824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
GATSBY_ALGOLIA_APP_ID: ${{ vars.GATSBY_ALGOLIA_APP_ID }}
GATSBY_ALGOLIA_SEARCH_KEY: ${{ secrets.GATSBY_ALGOLIA_SEARCH_KEY }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
GISCUS_REPO_ID: ${{ secrets.GISCUS_REPO_ID }}
GISCUS_CATEGORY_ID: ${{ secrets.GISCUS_CATEGORY_ID }}

- name: Rename env file
run: |
Expand Down

0 comments on commit 826d824

Please sign in to comment.