Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/py312-sync-cpython.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: python-3.12-sync-with-cpython

on:
push:
branches:
- "3.12"
schedule:
- cron: "0 0 * * *"
pull_request:

jobs:
sync:
Expand Down Expand Up @@ -33,7 +29,7 @@ jobs:
- name: Sync with CPython
run: make clone && make merge && make rm_cpython

- uses: tibdex/github-app-token@v1
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down Expand Up @@ -61,4 +57,4 @@ jobs:
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"