Skip to content

Conversation

@richhankins
Copy link
Contributor

@richhankins richhankins commented Dec 9, 2025

Fix configuration and type issues in github-action-indexer example

This PR addresses three small but important issues in the github-action-indexer example:

  • Add missing AUGMENT_API_URL environment variable to the GitHub Actions workflow, ensuring the indexer can connect to the correct API endpoint
  • Fix incorrect property reference from this.config.apiKey to this.config.apiToken in the incremental update logic
  • Remove readonly modifier from context property to allow reassignment when importing previous state during incremental updates

These fixes ensure the example works correctly for both full and incremental indexing scenarios.


🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.

Small fixes to the github-action-indexer example
@richhankins richhankins requested a review from igor0 December 9, 2025 22:05
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

@richhankins richhankins merged commit 7e6a4c0 into main Dec 10, 2025
2 checks passed
@richhankins richhankins deleted the rich-minor-fixup-to-example branch December 10, 2025 03:52
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.

3 participants