File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
exists : ${{ steps.drafter.outputs.exists }}
79
79
80
80
steps :
81
- - uses : actions/create-github-app-token@v1
81
+ - uses : actions/create-github-app-token@v2
82
82
id : github-app
83
83
with :
84
84
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 81
81
needs : [ draft ]
82
82
environment : release
83
83
steps :
84
- - uses : actions/create-github-app-token@v1
84
+ - uses : actions/create-github-app-token@v2
85
85
id : github-app
86
86
with :
87
87
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ fromJSON(inputs.runs-on) }}
20
20
environment : release
21
21
steps :
22
- - uses : actions/create-github-app-token@v1
22
+ - uses : actions/create-github-app-token@v2
23
23
id : github-app
24
24
with :
25
25
app-id : ${{ vars.BOT_GITHUB_APP_ID }}
33
33
runs-on : ${{ fromJSON(inputs.runs-on) }}
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 }}
You can’t perform that action at this time.
0 commit comments