Skip to content

Commit

Permalink
ci: fix algolia env key mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Feb 11, 2024
1 parent e31aab4 commit 3425b82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Update Algolia Index
run: pnpm run algolia
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Update Algolia Index
run: pnpm run algolia
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Update Algolia Index
run: pnpm run algolia
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}

0 comments on commit 3425b82

Please sign in to comment.