File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Generate GitHub App Token
26
26
id : generate-token
27
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
27
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
28
28
with :
29
29
app-id : ${{ secrets.GH_APP_ID }}
30
30
private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 22
22
23
23
- name : Generate GitHub App Token
24
24
id : generate-token
25
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
25
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
26
26
with :
27
27
app-id : ${{ secrets.GH_APP_ID }}
28
28
private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 30
30
31
31
- name : Generate GitHub App Token
32
32
id : generate-token
33
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
33
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
34
34
with :
35
35
app-id : ${{ secrets.GH_APP_ID }}
36
36
private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
63
63
64
64
- name : Generate GitHub App Token
65
65
id : generate-token
66
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
66
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
67
67
with :
68
68
app-id : ${{ vars.GH_APP_ID }}
69
69
private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments