From cfd1472713f455221e1f61bc620a257dc97ab2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 03:29:07 +0000 Subject: [PATCH] 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](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/remove-automerge.yml | 2 +- .github/workflows/setup-automerge.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/remove-automerge.yml b/.github/workflows/remove-automerge.yml index ae8dd8e..2210dcd 100644 --- a/.github/workflows/remove-automerge.yml +++ b/.github/workflows/remove-automerge.yml @@ -19,7 +19,7 @@ jobs: contains(github.event.pull_requests[0].labels.*.name, 'dependencies') }} steps: - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/setup-automerge.yml b/.github/workflows/setup-automerge.yml index a4f4e94..aa488c7 100644 --- a/.github/workflows/setup-automerge.yml +++ b/.github/workflows/setup-automerge.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -36,7 +36,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }}