Skip to content

Commit f6a6c51

Browse files
authored
Update codex action to use repo syntax (#1218)
Action isn't published yet, so gotta do this
1 parent e0b1cdf commit f6a6c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Note it is possible that the `verify` step internal to Run Codex will
5454
# fail, in which case the work to setup the repo was worthless :(
5555
- name: Run Codex
56-
uses: openai/codex-action@latest
56+
uses: openai/codex/.github/actions/codex@main
5757
with:
5858
openai_api_key: ${{ secrets.PROD_OPENAI_API_KEY }}
5959
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)