File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 if : contains(github.event.issue.labels.*.name, 'New-Project')
1919 steps :
2020 - name : Generate app token
21- uses : actions/create-github-app-token@v2
21+ uses : actions/create-github-app-token@v3
2222 id : authenticate
2323 with :
2424 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 1717 if : contains(github.event.issue.labels.*.name, 'create-repo') && github.event.action == 'opened'
1818 steps :
1919 - name : Generate app token
20- uses : actions/create-github-app-token@v2
20+ uses : actions/create-github-app-token@v3
2121 id : authenticate
2222 with :
2323 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 3131 environment : prod
3232 steps :
3333 - name : Generate app token
34- uses : actions/create-github-app-token@v2
34+ uses : actions/create-github-app-token@v3
3535 id : authenticate
3636 with :
3737 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 2424 environment : prod
2525 steps :
2626 - name : Generate app token
27- uses : actions/create-github-app-token@v2
27+ uses : actions/create-github-app-token@v3
2828 id : authenticate
2929 with :
3030 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 1414 if : contains(github.event.issue.labels.*.name, 'create-repo') && github.event.issue.state == 'open'
1515 steps :
1616 - name : Generate app token
17- uses : actions/create-github-app-token@v2
17+ uses : actions/create-github-app-token@v3
1818 id : authenticate
1919 with :
2020 app-id : ${{ secrets.APP_ID }}
@@ -264,7 +264,7 @@ jobs:
264264 gh pr merge $prNumber --auto --delete-branch --squash --repo $env:GITHUB_REPOSITORY
265265
266266 - name : Generate app token
267- uses : actions/create-github-app-token@v2
267+ uses : actions/create-github-app-token@v3
268268 id : authenticate_approver
269269 with :
270270 app-id : ${{ secrets.APPROVER_APP_ID }}
You can’t perform that action at this time.
0 commit comments