From c2bf939cfa20520eff54a7a99328b31d8ef68cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:13:46 +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/iac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 25cfd2d9..af5c31f6 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -215,7 +215,7 @@ jobs: - name: Generate token id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 if: github.ref == 'refs/heads/main' && github.event_name == 'push' with: app_id: ${{ secrets.GH_APPROVAL_APP_ID }}