We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b1cdf commit f6a6c51Copy full SHA for f6a6c51
.github/workflows/codex.yml
@@ -53,7 +53,7 @@ jobs:
53
# Note it is possible that the `verify` step internal to Run Codex will
54
# fail, in which case the work to setup the repo was worthless :(
55
- name: Run Codex
56
- uses: openai/codex-action@latest
+ uses: openai/codex/.github/actions/codex@main
57
with:
58
openai_api_key: ${{ secrets.PROD_OPENAI_API_KEY }}
59
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments