Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit212beef

Browse files
committed
chore: insert github app token for triggering ci on automation PR
1 parent3da23ec commit212beef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp