From 39ad51ea2b796392d8b9bb71fca5241f17be9b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:31:44 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1.8.0 to 1.8.2 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1.8.0...v1.8.2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/add_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_issues.yml b/.github/workflows/add_issues.yml index 64bab76..9e8b0d6 100644 --- a/.github/workflows/add_issues.yml +++ b/.github/workflows/add_issues.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@v1.8.0 + uses: tibdex/github-app-token@v1.8.2 with: app_id: ${{ secrets.SYNOPS_APP_ID }} private_key: ${{ secrets.SYNOPS_APP_PRIVATE_KEY }}