Skip to content

fix: read Algolia index config from repository variables#169

Merged
9renpoto merged 3 commits into
mainfrom
fix/algolia-index-workflow-vars
Mar 24, 2026
Merged

fix: read Algolia index config from repository variables#169
9renpoto merged 3 commits into
mainfrom
fix/algolia-index-workflow-vars

Conversation

@9renpoto

Copy link
Copy Markdown
Owner

Summary

  • read ALGOLIA_APP_ID from repository variables in the Algolia sync workflow
  • read ALGOLIA_INDEX_NAME from repository variables in the Algolia sync workflow
  • keep ALGOLIA_ADMIN_API_KEY as a secret

Why

The workflow read ALGOLIA_APP_ID and ALGOLIA_INDEX_NAME from secrets, but these values are configured as repository variables. That caused them to be empty in GitHub Actions and the index sync script failed with missing env var errors.

Validation

  • verified repository secret names with gh secret list
  • verified repository variable names with gh variable list

@9renpoto 9renpoto self-assigned this Mar 24, 2026
@9renpoto 9renpoto merged commit 1b3c5b7 into main Mar 24, 2026
8 checks passed
@9renpoto 9renpoto deleted the fix/algolia-index-workflow-vars branch March 24, 2026 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant