Skip to content

Commit a036734

Browse files
committed
Codex auto-update 3 (wip)
1 parent 23e112e commit a036734

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
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Push and create PR
6767
env:
68-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
GH_TOKEN: ${{ secrets.GH_CREATE_PR_TOKEN }}
6969
run: |
7070
git push origin "${{ needs.check.outputs.branch }}"
71-
gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update"
71+
gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"

0 commit comments

Comments
 (0)