File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- name : Generate app token
27
27
id : app-token
28
- uses : actions/create-github-app-token@v2.0.6
28
+ uses : actions/create-github-app-token@v2.1.1
29
29
with :
30
30
app-id : ${{secrets.GH_APP_ID}}
31
31
private-key : ${{secrets.GH_APP_PRIVATE_KEY}}
Original file line number Diff line number Diff line change 24
24
ref : ${{matrix.branch}}
25
25
- name : Generate app token
26
26
id : app-token
27
- uses : actions/create-github-app-token@v2.0.6
27
+ uses : actions/create-github-app-token@v2.1.1
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 24
24
ref : ${{matrix.branch}}
25
25
- name : Generate app token
26
26
id : app-token
27
- uses : actions/create-github-app-token@v2.0.6
27
+ uses : actions/create-github-app-token@v2.1.1
28
28
with :
29
29
app-id : ${{secrets.GH_APP_ID}}
30
30
private-key : ${{secrets.GH_APP_PRIVATE_KEY}}
You can’t perform that action at this time.
0 commit comments