From e5762593b1c646b1220f1102919473571dbcd621 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:25:19 +0000 Subject: [PATCH] chore(deps): update tibdex/github-app-token action to v2 (#349) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tibdex/github-app-token](https://togithub.com/tibdex/github-app-token) | action | major | `v1` -> `v2` | --- ### Release Notes
tibdex/github-app-token (tibdex/github-app-token) ### [`v2`](https://togithub.com/tibdex/github-app-token/compare/v1...v2) [Compare Source](https://togithub.com/tibdex/github-app-token/compare/v1...v2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0bcbe47e..f7e64328 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -37,7 +37,7 @@ jobs: - uses: cgrindel/gha_set_up_bazel@v1 with: repo_name: bazel-starlib - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate_token with: app_id: ${{ secrets.APP_ID }}