File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,13 @@ jobs:
28
28
- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
29
29
id : app-token
30
30
with :
31
- app-id : ${{ vars.APP_ID }}
31
+ app-id : ${{ vars.BACKPORT_APP_ID }}
32
32
private-key : ${{ secrets.PRIVATE_KEY }}
33
33
permission-contents : write # push branch to Github
34
34
permission-pull-requests : write # create PR / add comment for manual backport
35
35
permission-workflows : write # modify files in .github/workflows
36
- - uses : tibdex /backport@9565281eda0731b1d20c4025c43339fb0a23812e # v2.0.4
36
+ - uses : pylint-dev /backport@94367840595495e101f9a31415897c05da1f08d9 # v2.1.1
37
37
with :
38
38
github_token : ${{ steps.app-token.outputs.token }}
39
+ user_name : ${{ vars.BACKPORT_USER_NAME }}
40
+ user_email : ${{ vars.BACKPORT_USER_EMAIL }}
You can’t perform that action at this time.
0 commit comments