File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Generate token
2222 id : token
23- uses : actions/create-github-app-token@v2
23+ uses : actions/create-github-app-token@v3
2424 with :
2525 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2626 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Generate token
2525 id : token
26- uses : actions/create-github-app-token@v2
26+ uses : actions/create-github-app-token@v3
2727 with :
2828 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2929 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
Original file line number Diff line number Diff line change 2222 - name : Generate token
2323 if : github.event_name != 'pull_request'
2424 id : token
25- uses : actions/create-github-app-token@v2
25+ uses : actions/create-github-app-token@v3
2626 with :
2727 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2828 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
7474 - name : Generate token
7575 if : github.event_name != 'pull_request'
7676 id : token
77- uses : actions/create-github-app-token@v2
77+ uses : actions/create-github-app-token@v3
7878 with :
7979 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
8080 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -126,7 +126,7 @@ jobs:
126126 - name : Generate token
127127 if : github.event_name != 'pull_request'
128128 id : token
129- uses : actions/create-github-app-token@v2
129+ uses : actions/create-github-app-token@v3
130130 with :
131131 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
132132 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Generate token
1919 id : token
20- uses : actions/create-github-app-token@v2
20+ uses : actions/create-github-app-token@v3
2121 with :
2222 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2323 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
Original file line number Diff line number Diff line change 2222
2323 - name : Generate token
2424 id : token
25- uses : actions/create-github-app-token@v2
25+ uses : actions/create-github-app-token@v3
2626 with :
2727 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2828 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Generate token
1919 id : token
20- uses : actions/create-github-app-token@v2
20+ uses : actions/create-github-app-token@v3
2121 with :
2222 app-id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2323 private-key : ${{ secrets.TOKEN_EXCHANGE_KEY }}
You can’t perform that action at this time.
0 commit comments