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 bb1a779 commit 5aed8f7Copy full SHA for 5aed8f7
1 file changed
.github/workflows/codex-update.yml
@@ -69,10 +69,10 @@ jobs:
69
uses: actions/create-github-app-token@v1
70
with:
71
app-id: ${{ vars.GH_APP_ID }}
72
- private-key: ${{ secrets.GH_APP_TOKEN }}
+ private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
73
74
- name: Create PR
75
env:
76
GH_TOKEN: ${{ steps.app-token.outputs.token }}
77
run: |
78
- gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"
+ gh pr create --base main --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"
0 commit comments