Skip to content

Commit 90652ae

Browse files
Bump tibdex/github-app-token from 1 to 2
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3a5225 commit 90652ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/remove-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contains(github.event.pull_requests[0].labels.*.name, 'dependencies') }}
2020
steps:
2121
- id: generate_token
22-
uses: tibdex/github-app-token@v1
22+
uses: tibdex/github-app-token@v2
2323
with:
2424
app_id: ${{ secrets.BOT_APP_ID }}
2525
private_key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/setup-automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v5.0.1
1717
- id: generate_token
18-
uses: tibdex/github-app-token@v1
18+
uses: tibdex/github-app-token@v2
1919
with:
2020
app_id: ${{ secrets.BOT_APP_ID }}
2121
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v5.0.1
3838
- id: generate_token
39-
uses: tibdex/github-app-token@v1
39+
uses: tibdex/github-app-token@v2
4040
with:
4141
app_id: ${{ secrets.BOT_APP_ID }}
4242
private_key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)