File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : Create token
5555 id : app-token
56- uses : actions/create-github-app-token@v2
56+ uses : actions/create-github-app-token@v3
5757 with :
5858 app-id : ${{ vars.AUTOMATION_APP_ID }}
5959 private-key : ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2424 - name : Create token
2525 if : (github.actor == 'dependabot[bot]' || github.actor == 'crd-automation[bot]') && github.event_name == 'pull_request'
2626 id : app-token
27- uses : actions/create-github-app-token@v2
27+ uses : actions/create-github-app-token@v3
2828 with :
2929 app-id : ${{ vars.AUTOMATION_APP_ID }}
3030 private-key : ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1616
1717 - name : Create token
1818 id : app-token
19- uses : actions/create-github-app-token@v2
19+ uses : actions/create-github-app-token@v3
2020 with :
2121 app-id : ${{ vars.AUTOMATION_APP_ID }}
2222 private-key : ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments