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 3da23ec commit 212beefCopy full SHA for 212beef
.github/workflows/py39-sync-cpython.yml
@@ -26,10 +26,17 @@ jobs:
26
- name: Sync with CPython
27
run: make clone && make merge && make rm_cpython
28
29
+ - uses: tibdex/github-app-token@v1
30
+ id: generate-token
31
+ with:
32
+ app_id: ${{ secrets.APP_ID }}
33
+ private_key: ${{ secrets.APP_PRIVATE_KEY }}
34
+
35
- name: Create Pull Request
36
id: cpr
37
uses: peter-evans/create-pull-request@v3
38
with:
39
+ token: ${{ steps.generate-token.outputs.token }}
40
commit-message: sync with cpython ${{ env.LATEST_COMMIT_ID }}
41
committer: GitHub <noreply@github.com>
42
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
0 commit comments