File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222 - name : Generate GitHub App token
2323 id : trezor-bot-token
24- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # actions/create-github-app-token@v2.2 .1
24+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # actions/create-github-app-token@v3.1 .1
2525 with :
26- app -id : ${{ secrets.TREZOR_BOT_APP_ID }}
26+ client -id : ${{ secrets.TREZOR_BOT_APP_ID }}
2727 private-key : ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
2828 owner : ${{ github.repository_owner }}
2929 repositories : |
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Generate GitHub App token
1919 id : trezor-bot-token
20- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # actions/create-github-app-token@v2.2 .1
20+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # actions/create-github-app-token@v3.1 .1
2121 with :
22- app -id : ${{ secrets.TREZOR_BOT_APP_ID }}
22+ client -id : ${{ secrets.TREZOR_BOT_APP_ID }}
2323 private-key : ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
2424
2525 - name : Set project status based on merge state and no-QA label
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Generate GitHub App token
2222 id : trezor-bot-token
23- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # actions/create-github-app-token@v2.2 .1
23+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # actions/create-github-app-token@v3.1 .1
2424 with :
25- app -id : ${{ secrets.TREZOR_BOT_APP_ID }}
25+ client -id : ${{ secrets.TREZOR_BOT_APP_ID }}
2626 private-key : ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
2727
2828 - name : Add new pull request to the Firmware project
Original file line number Diff line number Diff line change 5959
6060 - name : Generate GitHub App token
6161 id : trezor-bot-token
62- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # actions/create-github-app-token@v2.2 .1
62+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # actions/create-github-app-token@v3.1 .1
6363 with :
64- app -id : ${{ secrets.TREZOR_BOT_APP_ID }}
64+ client -id : ${{ secrets.TREZOR_BOT_APP_ID }}
6565 private-key : ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
6666
6767 - name : Create PR
You can’t perform that action at this time.
0 commit comments