File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 fetch-depth : 0
6262 ref : ${{ github.event.pull_request.head.sha }}
6363
64- - uses : actions/create-github-app-token@v2.2.1
64+ - uses : actions/create-github-app-token@v2.2.2
6565 id : generate_token
6666 with :
6767 app-id : ${{ secrets.DOCS_BOT_APP_ID }}
Original file line number Diff line number Diff line change 6969 fetch-depth : 0
7070 ref : ${{ github.event.pull_request.head.sha }}
7171
72- - uses : actions/create-github-app-token@v2.2.1
72+ - uses : actions/create-github-app-token@v2.2.2
7373 id : generate_token
7474 with :
7575 app-id : ${{ secrets.DOCS_BOT_APP_ID }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Generate a GitHub token
18- uses : actions/create-github-app-token@v2.2.1
18+ uses : actions/create-github-app-token@v2.2.2
1919 id : generate_token
2020 with :
2121 app-id : ${{ secrets.SQUAWK_BOT_APP_ID }}
Original file line number Diff line number Diff line change 6161 fetch-depth : 0
6262 ref : ${{ github.event.pull_request.head.sha }}
6363
64- - uses : actions/create-github-app-token@v2.2.1
64+ - uses : actions/create-github-app-token@v2.2.2
6565 id : generate_token
6666 with :
6767 app-id : ${{ secrets.DOCS_BOT_APP_ID }}
Original file line number Diff line number Diff line change 1818 cancel-in-progress : true
1919 if : github.event.label.name == 'docs-preview'
2020 steps :
21- - uses : actions/create-github-app-token@v2.2.1
21+ - uses : actions/create-github-app-token@v2.2.2
2222 id : generate_token
2323 with :
2424 app-id : ${{ secrets.DOCS_BOT_APP_ID }}
Original file line number Diff line number Diff line change 1717 id-token : write
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/create-github-app-token@v2.2.1
20+ - uses : actions/create-github-app-token@v2.2.2
2121 id : generate_token
2222 with :
2323 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 8585 fetch-depth : 0
8686 ref : ${{ github.event.pull_request.head.sha }}
8787
88- - uses : actions/create-github-app-token@v2.2.1
88+ - uses : actions/create-github-app-token@v2.2.2
8989 id : generate_token
9090 with :
9191 app-id : ${{ secrets.DOCS_BOT_APP_ID }}
Original file line number Diff line number Diff line change 1717 - name : install nix
1818 uses : DeterminateSystems/nix-installer-action@v21
1919
20- - uses : actions/create-github-app-token@v2.2.1
20+ - uses : actions/create-github-app-token@v2.2.2
2121 id : generate-token
2222 with :
2323 app-id : ${{ secrets.SQUAWK_BOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments