Skip to content

Commit

Permalink
Fix Angolia index name and keys
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Apr 8, 2024
1 parent 1706248 commit c5ac92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
~/.cache/antora
- name: Install and Run Antora
env:
ALGOLIA_APP_ID: 244V8V9FGG
ALGOLIA_API_KEY: 82c7ead946afbac3cf98c32446154691
ALGOLIA_INDEX_NAME': spring-boot-docs
ALGOLIA_APP_ID: 'WB1FQYI187'
ALGOLIA_API_KEY: '9d489079e5ec46dbb238909fee5c9c29'
ALGOLIA_INDEX_NAME': 'springdocs'
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
REFERENCE: ${{ github.event.inputs.build-refname }}
Expand Down

0 comments on commit c5ac92b

Please sign in to comment.