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 36
36
run : npm run build
37
37
- name : Generate app token
38
38
id : app-token
39
- uses : actions/create-github-app-token@v2.0.3
39
+ uses : actions/create-github-app-token@v2.0.6
40
40
with :
41
41
app-id : ${{secrets.GH_APP_ID}}
42
42
private-key : ${{secrets.GH_APP_PRIVATE_KEY}}
Original file line number Diff line number Diff line change 36
36
LICENSE_YEAR : ${{steps.info.outputs.license-year}}
37
37
- name : Generate app token
38
38
id : app-token
39
- uses : actions/create-github-app-token@v2.0.3
39
+ uses : actions/create-github-app-token@v2.0.6
40
40
with :
41
41
app-id : ${{secrets.GH_APP_ID}}
42
42
private-key : ${{secrets.GH_APP_PRIVATE_KEY}}
Original file line number Diff line number Diff line change 35
35
NODE_VERSION : ${{steps.info.outputs.version}}
36
36
- name : Generate app token
37
37
id : app-token
38
- uses : actions/create-github-app-token@v2.0.3
38
+ uses : actions/create-github-app-token@v2.0.6
39
39
with :
40
40
app-id : ${{secrets.GH_APP_ID}}
41
41
private-key : ${{secrets.GH_APP_PRIVATE_KEY}}
You can’t perform that action at this time.
0 commit comments