Skip to content

Commit 5aed8f7

Browse files
committed
Codex auto-update 6 (wip)
1 parent bb1a779 commit 5aed8f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codex-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
uses: actions/create-github-app-token@v1
7070
with:
7171
app-id: ${{ vars.GH_APP_ID }}
72-
private-key: ${{ secrets.GH_APP_TOKEN }}
72+
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
7373

7474
- name: Create PR
7575
env:
7676
GH_TOKEN: ${{ steps.app-token.outputs.token }}
7777
run: |
78-
gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"
78+
gh pr create --base main --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"

0 commit comments

Comments
 (0)