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 12
12
runs-on : ubuntu-latest
13
13
continue-on-error : true
14
14
steps :
15
- - uses : actions/create-github-app-token@v1
15
+ - uses : actions/create-github-app-token@v2
16
16
id : app-token
17
17
with :
18
18
app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 14
14
if : ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/create-github-app-token@v1
17
+ - uses : actions/create-github-app-token@v2
18
18
id : app-token
19
19
with :
20
20
app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/create-github-app-token@v1
21
+ - uses : actions/create-github-app-token@v2
22
22
id : app-token
23
23
with :
24
24
app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 7
7
update_prettier :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/create-github-app-token@v1
10
+ - uses : actions/create-github-app-token@v2
11
11
id : app-token
12
12
with :
13
13
app-id : ${{ vars.OCTOKIT_APP_ID }}
Original file line number Diff line number Diff line change 18
18
github.event_name == 'workflow_dispatch' ||
19
19
github.event.client_payload.action == 'published'
20
20
steps :
21
- - uses : actions/create-github-app-token@v1
21
+ - uses : actions/create-github-app-token@v2
22
22
id : app-token
23
23
with :
24
24
app-id : ${{ vars.OCTOKIT_APP_ID }}
You can’t perform that action at this time.
0 commit comments