Skip to content

Commit f6fad16

Browse files
authored
github: add algolia as env vars in the new gh action (#816)
1 parent 91a6113 commit f6fad16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-prod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
deploy:
1010
name: Build and Deploy
1111
runs-on: ubuntu-latest
12+
env:
13+
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
14+
ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME }}
15+
ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
1216
permissions:
1317
contents: read
1418
deployments: write

0 commit comments

Comments
 (0)