We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fa9d2 commit 2c193abCopy full SHA for 2c193ab
.github/workflows/codex.yml
@@ -27,5 +27,6 @@ jobs:
27
openai_api_key: ${{ secrets.CODEX_OPENAI_API_KEY }}
28
codex_args: --full-auto
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
+ codex_home: ${{ github.workspace }}/.github/codex/home
31
env:
32
GEMINI_API_KEY: ${{ secrets.CODEX_GEMINI_API_KEY }}
0 commit comments