Skip to content

Commit 596b824

Browse files
committed
Cleanup workflows
1 parent a64a4f0 commit 596b824

2 files changed

Lines changed: 0 additions & 264 deletions

File tree

.github/workflows/codex-update.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,7 @@ jobs:
8585
run: |
8686
git push -- origin "$BRANCH"
8787
88-
- name: Generate GitHub App token
89-
id: app-token
90-
uses: actions/create-github-app-token@v1
91-
with:
92-
app-id: ${{ vars.GH_APP_ID }}
93-
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
94-
9588
- name: Create PR
96-
env:
97-
GH_TOKEN: ${{ steps.app-token.outputs.token }}
9889
run: |
9990
echo -e "[What's new](https://github.com/openai/codex/releases/tag/rust-v${VERSION})\n\n$(cat pr-body.md 2>/dev/null || true)" > pr-body.md
10091

.github/workflows/release.yml

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)