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 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 2323
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 }}
You can’t perform that action at this time.
0 commit comments