Prepare Environment

To understand this article, you need to prepare


  • Knowledge is basic about Github actions.

  • API Key Google Gemini AI

And an example repository to run github actions workflows.

https://github.com/iletai/GeminiAction

Requirement Package/Actions

Gemini JS:

@google/generative-ai": "^0.3.0"

Github Action Scripts:

actions/github-script@v7

Last updated