From b0fc15dcf62d01ebdeedb851d9e5a3372befcaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:21:28 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1 to 1.3 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 1.3. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v1.3) Signed-off-by: dependabot[bot] --- .github/workflows/autosquash.yml | 2 +- .github/workflows/backport.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autosquash.yml b/.github/workflows/autosquash.yml index 63d6868daf6..3a97e0b9b18 100644 --- a/.github/workflows/autosquash.yml +++ b/.github/workflows/autosquash.yml @@ -30,7 +30,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == 'aio-libs/aiohttp' }} steps: - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v1.3 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e768b683e4c..8009f8333ab 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == 'aio-libs/aiohttp' }} steps: - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v1.3 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }}