File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- name : Generate token
21
21
id : generate-token
22
- uses : actions/create-github-app-token@v1
22
+ uses : actions/create-github-app-token@v2
23
23
with :
24
24
app-id : ${{ vars.AUTOMATION_APP_ID }}
25
25
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 19
19
20
20
- name : Generate token
21
21
id : generate-token
22
- uses : actions/create-github-app-token@v1
22
+ uses : actions/create-github-app-token@v2
23
23
with :
24
24
app-id : ${{ vars.AUTOMATION_APP_ID }}
25
25
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- name : Generate token
104
104
if : env.HOTFIX_RELEASE == 'false'
105
105
id : generate-token
106
- uses : actions/create-github-app-token@v1
106
+ uses : actions/create-github-app-token@v2
107
107
with :
108
108
app-id : ${{ vars.AUTOMATION_APP_ID }}
109
109
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
144
144
- name : Generate token
145
145
id : generate-token
146
- uses : actions/create-github-app-token@v1
146
+ uses : actions/create-github-app-token@v2
147
147
with :
148
148
app-id : ${{ vars.AUTOMATION_APP_ID }}
149
149
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 43
43
44
44
- name : Generate token
45
45
id : generate-token
46
- uses : actions/create-github-app-token@v1
46
+ uses : actions/create-github-app-token@v2
47
47
with :
48
48
app-id : ${{ vars.AUTOMATION_APP_ID }}
49
49
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 40
40
steps :
41
41
- name : Generate token
42
42
id : generate-token
43
- uses : actions/create-github-app-token@v1
43
+ uses : actions/create-github-app-token@v2
44
44
with :
45
45
app-id : ${{ vars.AUTOMATION_APP_ID }}
46
46
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
@@ -108,7 +108,7 @@ jobs:
108
108
steps :
109
109
- name : Generate token
110
110
id : generate-token
111
- uses : actions/create-github-app-token@v1
111
+ uses : actions/create-github-app-token@v2
112
112
with :
113
113
app-id : ${{ vars.AUTOMATION_APP_ID }}
114
114
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments