Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 212beef

Browse filesBrowse files
committed
chore: insert github app token for triggering ci on automation PR
1 parent 3da23ec commit 212beef
Copy full SHA for 212beef

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎.github/workflows/py39-sync-cpython.yml

Copy file name to clipboardExpand all lines: .github/workflows/py39-sync-cpython.yml
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,17 @@ jobs:
2626
- name: Sync with CPython
2727
run: make clone && make merge && make rm_cpython
2828

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+
2935
- name: Create Pull Request
3036
id: cpr
3137
uses: peter-evans/create-pull-request@v3
3238
with:
39+
token: ${{ steps.generate-token.outputs.token }}
3340
commit-message: sync with cpython ${{ env.LATEST_COMMIT_ID }}
3441
committer: GitHub <noreply@github.com>
3542
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.