Skip to content

Commit

Permalink
trying again to access the secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
BillBensing committed Aug 20, 2024
1 parent b84d1ee commit d440c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ env:
CONFIG_JSON_PRODUCT: 'N-NAPE'
CONFIG_JSON_VERSION: '1.0'
ALGOLIA_ARTIFACT: 'algolia-indexes-N-NAPE.zip'
ALGOLIA_APP_ID: '${{ secrets.ALGOLIA_APP_ID }}'
ALGOLIA_INDEX_NAME: '${{ secrets.ALGOLIA_INDEX_NAME }}'
ALGOLIA_WRITE_KEY: '${{ secrets.ALGOLIA_WRITE_KEY }}'
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME }}
ALGOLIA_WRITE_KEY: ${{ secrets.ALGOLIA_WRITE_KEY }}

permissions:
id-token: write
Expand Down

0 comments on commit d440c31

Please sign in to comment.