File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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.1.4
18+ uses : actions/create-github-app-token@v2.2.0
1919 id : generate_token
2020 with :
2121 app-id : ${{ secrets.SQUAWK_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.1.4
21+ - uses : actions/create-github-app-token@v2.2.0
2222 id : generate_token
2323 with :
2424 app-id : ${{ secrets.DOCS_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 fetch-depth : 0
111111 ref : ${{ github.event.pull_request.head.sha }}
112112
113- - uses : actions/create-github-app-token@v2.1.4
113+ - uses : actions/create-github-app-token@v2.2.0
114114 id : generate_token
115115 with :
116116 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.1.4
20+ - uses : actions/create-github-app-token@v2.2.0
2121 id : generate_token
2222 with :
2323 app-id : ${{ secrets.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.1.4
20+ - uses : actions/create-github-app-token@v2.2.0
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