Skip to content

Commit e4d747e

Browse files
RD-1354: Update preferred auth method (#165)
1 parent edbd6b0 commit e4d747e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/autopr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ jobs:
117117
swiftlint --version || true
118118
export OPENAI_API_KEY="${{ secrets.OPENAI_API_KEY }}"
119119
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
120-
codex --config preferred_auth_method="apikey"
121-
codex exec --full-auto "Implement ticket $ISSUE_KEY: $TITLE. $DESC"
120+
codex exec --full-auto -c preferred_auth_method='"apikey"' "Implement ticket $ISSUE_KEY: $TITLE. $DESC"
122121
git add -A
123122
git commit -m "$ISSUE_KEY: $TITLE"
124123

0 commit comments

Comments
 (0)