File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Get token
17
17
id : get_token
18
- uses : actions/create-github-app-token@v1
18
+ uses : actions/create-github-app-token@v2
19
19
with :
20
20
app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
21
21
private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
Original file line number Diff line number Diff line change 17
17
18
18
- name : Get token
19
19
id : get_token
20
- uses : actions/create-github-app-token@v1
20
+ uses : actions/create-github-app-token@v2
21
21
with :
22
22
app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
23
23
private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
Original file line number Diff line number Diff line change 54
54
steps :
55
55
- name : Get token
56
56
id : get_token
57
- uses : actions/create-github-app-token@v1
57
+ uses : actions/create-github-app-token@v2
58
58
with :
59
59
app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
60
60
private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
Original file line number Diff line number Diff line change 19
19
20
20
- name : Get token
21
21
id : get_token
22
- uses : actions/create-github-app-token@v1
22
+ uses : actions/create-github-app-token@v2
23
23
with :
24
24
app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
25
25
private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
You can’t perform that action at this time.
0 commit comments