Skip to content

Commit e0b1cdf

Browse files
authored
Use real codex action (#1217)
Used the wrong action 🤦
1 parent 4d1ce04 commit e0b1cdf

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: ./.github/actions/codex
56+
uses: openai/codex-action@latest
5757
with:
5858
openai_api_key: ${{ secrets.PROD_OPENAI_API_KEY }}
5959
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)