Explorar el Código

change secret names

mitm001 hace 5 años
padre
commit
4891e1fce9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/algolia-search.yml

+ 2 - 2
.github/workflows/algolia-search.yml

@@ -43,5 +43,5 @@ jobs:
                    -e "API_KEY=$API_KEY" \
                    -e "CONFIG=$(cat production-config.json | jq -r tostring)" algolia/docsearch-scraper
       env:
-        APPLICATION_ID: ${{secrets.APPLICATION_ID}}
-        API_KEY: ${{secrets.API_KEY}}
+        APPLICATION_ID: ${{secrets.ANGOLIA_APPLICATION_ID}}
+        API_KEY: ${{secrets.ANGOLIA_API_KEY}}