File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
steps :
96
96
- name : Generate a GitHub token
97
97
id : generate-token
98
- uses : actions/create-github-app-token@v1
98
+ uses : actions/create-github-app-token@v2
99
99
with :
100
100
app-id : ${{ vars.WRITE_CONTENTS_PR_APP }}
101
101
private-key : ${{ secrets.WRITE_CONTENTS_PR_KEY }}
Original file line number Diff line number Diff line change 91
91
})
92
92
- name : Generate a token for saving performance data
93
93
id : generate-token
94
- uses : actions/create-github-app-token@v1
94
+ uses : actions/create-github-app-token@v2
95
95
with :
96
96
app-id : ${{ vars.WRITE_CONTENTS_PR_APP }}
97
97
private-key : ${{ secrets.WRITE_CONTENTS_PR_KEY }}
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Generate a token
16
16
id : generate-token
17
- uses : actions/create-github-app-token@v1
17
+ uses : actions/create-github-app-token@v2
18
18
with :
19
19
app-id : ${{ vars.WRITE_CONTENTS_PR_APP }}
20
20
private-key : ${{ secrets.WRITE_CONTENTS_PR_KEY }}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Generate a token
18
18
id : generate-token
19
- uses : actions/create-github-app-token@v1
19
+ uses : actions/create-github-app-token@v2
20
20
with :
21
21
app-id : ${{ vars.WRITE_CONTENTS_PR_APP }}
22
22
private-key : ${{ secrets.WRITE_CONTENTS_PR_KEY }}
You can’t perform that action at this time.
0 commit comments