From 21125f9d5afe04435326eadaad00fbef0ef98745 Mon Sep 17 00:00:00 2001 From: LinkunGao Date: Fri, 6 Oct 2023 00:05:55 +1300 Subject: [PATCH] update action --- .github/workflows/algolia.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/algolia.yaml b/.github/workflows/algolia.yaml index 2f8fadc..22cb50a 100644 --- a/.github/workflows/algolia.yaml +++ b/.github/workflows/algolia.yaml @@ -18,6 +18,6 @@ jobs: - name: Push indices to Algolia uses: signcl/docsearch-scraper-action@master env: - APPLICATION_ID: ${{ secrets.COPPER3D_GITHUB_TOKEN }} + APPLICATION_ID: ${{ secrets.COPPER3D_ALGOLIA_APPLICATION_ID}} API_KEY: ${{ secrets.COPPER3D_ALGOLIA_API_KEY }} CONFIG: ${{ steps.algolia_config.outputs.config }}