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