File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
name : " Readme"
25
25
environment : release
26
26
steps :
27
- - uses : actions/create-github-app-token@v1
27
+ - uses : actions/create-github-app-token@v2
28
28
id : github-app
29
29
with :
30
30
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 83
83
exists : ${{ steps.drafter.outputs.exists }}
84
84
85
85
steps :
86
- - uses : actions/create-github-app-token@v1
86
+ - uses : actions/create-github-app-token@v2
87
87
id : github-app
88
88
with :
89
89
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 33
33
if : ${{ false && ! inputs.is_fork }}
34
34
environment : release
35
35
steps :
36
- - uses : actions/create-github-app-token@v1
36
+ - uses : actions/create-github-app-token@v2
37
37
id : github-app
38
38
with :
39
39
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 92
92
needs : [ draft ]
93
93
environment : ${{ inputs.environment }}
94
94
steps :
95
- - uses : actions/create-github-app-token@v1
95
+ - uses : actions/create-github-app-token@v2
96
96
id : github-app
97
97
with :
98
98
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 24
24
name : " Readme"
25
25
environment : release
26
26
steps :
27
- - uses : actions/create-github-app-token@v1
27
+ - uses : actions/create-github-app-token@v2
28
28
id : github-app
29
29
with :
30
30
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 20
20
runs-on : ${{ fromJSON(inputs.runs-on) }}
21
21
environment : release
22
22
steps :
23
- - uses : actions/create-github-app-token@v1
23
+ - uses : actions/create-github-app-token@v2
24
24
id : github-app
25
25
with :
26
26
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
35
35
runs-on : ${{ fromJSON(inputs.runs-on) }}
36
36
environment : release
37
37
steps :
38
- - uses : actions/create-github-app-token@v1
38
+ - uses : actions/create-github-app-token@v2
39
39
id : github-app
40
40
with :
41
41
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments