Skip to content

Commit 0ff0c52

Browse files
committed
chore(ci): GH action update
[no changelog]
1 parent 35ec92a commit 0ff0c52

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bot-common-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
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_CLIENT_ID }}
2727
private-key: ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
2828
owner: ${{ github.repository_owner }}
2929
repositories: |

.github/workflows/bot-needs-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
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_CLIENT_ID }}
2323
private-key: ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
2424

2525
- name: Set project status based on merge state and no-QA label

.github/workflows/bot-project-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
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_CLIENT_ID }}
2626
private-key: ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
2727

2828
- name: Add new pull request to the Firmware project

.github/workflows/crowdin-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
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_CLIENT_ID }}
6565
private-key: ${{ secrets.TREZOR_BOT_PRIVATE_KEY }}
6666

6767
- name: Create PR

0 commit comments

Comments
 (0)