Skip to content

Commit

Permalink
fix: add GEMINI_API_KEY for translate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed Jan 26, 2025
1 parent 3b7cfb0 commit 9e18b58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Run README AI Translator Action
uses: nobu007/[email protected]
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
with:
repo: 'https://github.com/nobu007/llm_docker_setting_pub' # 対象リポジトリのURL
language: 'ja' # 生成する言語(例: ja, en)
Expand Down

0 comments on commit 9e18b58

Please sign in to comment.