File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 if : ${{ !github.event.pull_request.head.repo.fork && github.triggering_actor != 'dependabot[bot]' }}
1515 steps :
1616 - name : Create app token
17- uses : actions/create-github-app-token@v2
17+ uses : actions/create-github-app-token@v3
1818 id : app-token
1919 with :
2020 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Create app token
11- uses : actions/create-github-app-token@v2
11+ uses : actions/create-github-app-token@v3
1212 id : app-token
1313 with :
1414 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
Original file line number Diff line number Diff line change 1717 UPDATE_BRANCH : update-submodules
1818 steps :
1919 - name : Create app token
20- uses : actions/create-github-app-token@v2
20+ uses : actions/create-github-app-token@v3
2121 id : app-token
2222 with :
2323 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments