File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 18
18
uses : the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
19
19
secrets :
20
20
githubToken : ${{ secrets.GITHUB_TOKEN }}
21
- algoliaAppId : ${{ secrets.ALGOLIA_APP_ID }}
22
21
algoliaAdminApiKey : ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
23
- algoliaIndexName : ${{ secrets.ALGOLIA_INDEX_NAME }}
24
22
with :
25
23
domain : https://www.the-guild.dev/graphql/modules/
26
24
source : ' Modules'
Original file line number Diff line number Diff line change 29
29
env :
30
30
NEXT_BASE_PATH : ${{ github.ref == 'refs/heads/master' && '/graphql/modules' || '' }}
31
31
SITE_URL : ${{ github.ref == 'refs/heads/master' && 'https://the-guild.dev/graphql/modules' || '' }}
32
- NEXT_PUBLIC_ALGOLIA_INDEX_NAME : ${{ secrets.NEXT_PUBLIC_ALGOLIA_INDEX_NAME }}
33
- NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY : ${{ secrets.NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY }}
34
- NEXT_PUBLIC_ALGOLIA_APP_ID : ${{ secrets.NEXT_PUBLIC_ALGOLIA_APP_ID }}
35
32
with :
36
33
cloudflareApiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
37
34
cloudflareAccountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
You can’t perform that action at this time.
0 commit comments