mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-28 15:52:13 +00:00
fix name of secret for Algolia API key [no ci]
This commit is contained in:
parent
5ac63ed64f
commit
fdfbdcc645
2
.github/workflows/rebuild-search-index.yml
vendored
2
.github/workflows/rebuild-search-index.yml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
uses: darrenjennings/algolia-docsearch-action@master
|
||||
with:
|
||||
algolia_application_id: ${{ secrets.ALGOLIA_APPLICATION_ID }}
|
||||
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }}
|
||||
algolia_api_key: ${{ secrets.ALGOLIA_WRITE_KEY }}
|
||||
file: ${{ env.CONFIG_FILE }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user