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 23e112e commit a036734Copy full SHA for a036734
1 file changed
.github/workflows/codex-update.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Push and create PR
67
env:
68
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_CREATE_PR_TOKEN }}
69
run: |
70
git push origin "${{ needs.check.outputs.branch }}"
71
- gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update"
+ gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"
0 commit comments