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 edbd6b0 commit e4d747eCopy full SHA for e4d747e
.github/workflows/autopr.yml
@@ -117,8 +117,7 @@ jobs:
117
swiftlint --version || true
118
export OPENAI_API_KEY="${{ secrets.OPENAI_API_KEY }}"
119
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
120
- codex --config preferred_auth_method="apikey"
121
- codex exec --full-auto "Implement ticket $ISSUE_KEY: $TITLE. $DESC"
+ codex exec --full-auto -c preferred_auth_method='"apikey"' "Implement ticket $ISSUE_KEY: $TITLE. $DESC"
122
git add -A
123
git commit -m "$ISSUE_KEY: $TITLE"
124
0 commit comments