File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 continue-on-error : true
1414 steps :
15- - uses : actions/create-github-app-token@v1
15+ - uses : actions/create-github-app-token@v2
1616 id : app-token
1717 with :
1818 app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 1414 if : ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/create-github-app-token@v1
17+ - uses : actions/create-github-app-token@v2
1818 id : app-token
1919 with :
2020 app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 1818 name : release
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/create-github-app-token@v1
21+ - uses : actions/create-github-app-token@v2
2222 id : app-token
2323 with :
2424 app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 77 update_prettier :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/create-github-app-token@v1
10+ - uses : actions/create-github-app-token@v2
1111 id : app-token
1212 with :
1313 app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 1818 github.event_name == 'workflow_dispatch' ||
1919 github.event.client_payload.action == 'published'
2020 steps :
21- - uses : actions/create-github-app-token@v1
21+ - uses : actions/create-github-app-token@v2
2222 id : app-token
2323 with :
2424 app-id : ${{ vars.OCTOKIT_APP_ID }}
You can’t perform that action at this time.
0 commit comments