File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 name : AutoRebase
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/create-github-app-token@v1.12.0
16+ - uses : actions/create-github-app-token@v2.0.2
1717 id : generate-token
1818 with :
1919 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 1414 release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/create-github-app-token@v1.12.0
17+ - uses : actions/create-github-app-token@v2.0.2
1818 id : generate_token
1919 with :
2020 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ jobs:
6262 id : needs_pr
6363 run : echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT"
6464
65- - uses : actions/create-github-app-token@v1.12.0
65+ - uses : actions/create-github-app-token@v2.0.2
6666 if : fromJSON(steps.needs_pr.outputs.did_change)
6767 id : generate_pr_token
6868 with :
6969 app-id : ${{ secrets.SQUAWK_BOT_APP_ID }}
7070 private-key : ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }}
7171
72- - uses : actions/create-github-app-token@v1.12.0
72+ - uses : actions/create-github-app-token@v2.0.2
7373 if : fromJSON(steps.needs_pr.outputs.did_change)
7474 id : generate_pr_approval_token
7575 with :
You can’t perform that action at this time.
0 commit comments