File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 name : " Readme"
2525 environment : release
2626 steps :
27- - uses : actions/create-github-app-token@v1
27+ - uses : actions/create-github-app-token@v2
2828 id : github-app
2929 with :
3030 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 8383 exists : ${{ steps.drafter.outputs.exists }}
8484
8585 steps :
86- - uses : actions/create-github-app-token@v1
86+ - uses : actions/create-github-app-token@v2
8787 id : github-app
8888 with :
8989 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 3333 if : ${{ false && ! inputs.is_fork }}
3434 environment : release
3535 steps :
36- - uses : actions/create-github-app-token@v1
36+ - uses : actions/create-github-app-token@v2
3737 id : github-app
3838 with :
3939 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 9292 needs : [ draft ]
9393 environment : ${{ inputs.environment }}
9494 steps :
95- - uses : actions/create-github-app-token@v1
95+ - uses : actions/create-github-app-token@v2
9696 id : github-app
9797 with :
9898 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 2424 name : " Readme"
2525 environment : release
2626 steps :
27- - uses : actions/create-github-app-token@v1
27+ - uses : actions/create-github-app-token@v2
2828 id : github-app
2929 with :
3030 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 2020 runs-on : ${{ fromJSON(inputs.runs-on) }}
2121 environment : release
2222 steps :
23- - uses : actions/create-github-app-token@v1
23+ - uses : actions/create-github-app-token@v2
2424 id : github-app
2525 with :
2626 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
3535 runs-on : ${{ fromJSON(inputs.runs-on) }}
3636 environment : release
3737 steps :
38- - uses : actions/create-github-app-token@v1
38+ - uses : actions/create-github-app-token@v2
3939 id : github-app
4040 with :
4141 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments