From 585ca50e0d593aa7434d42c9a55cd86e6c5ba572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:23:43 +0300 Subject: [PATCH] Bump tibdex/github-app-token from 2.0.0 to 2.1.0 (#132) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/project-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-template.yml b/.github/workflows/project-template.yml index 150c48f3..ca3b6507 100644 --- a/.github/workflows/project-template.yml +++ b/.github/workflows/project-template.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - id: orgbot - uses: tibdex/github-app-token@v2.0.0 + uses: tibdex/github-app-token@v2.1.0 with: app_id: ${{ secrets.ORGBOT_APP_ID }} private_key: ${{ secrets.ORGBOT_PRIVATE_KEY }}