Skip to content

Commit 699568c

Browse files
chore(deps): bump tibdex/github-app-token from 1.8 to 2.1 (#55)
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8 to 2.1. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@v1.8...v2.1) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 683e7fa commit 699568c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}
4646
password: ${{ secrets.GITHUB_TOKEN }}
47-
- uses: tibdex/github-app-token@v1.8
47+
- uses: tibdex/github-app-token@v2.1
4848
id: generate_homebrew_token
4949
with:
5050
app_id: ${{ secrets.UPDATECLIBOT_APP_ID }}

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GITHUB_ACTOR: ${{ github.actor }}
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
- uses: tibdex/github-app-token@v1.8
35+
- uses: tibdex/github-app-token@v2.1
3636
id: generate_token
3737
if: github.ref == 'refs/heads/main'
3838
with:

0 commit comments

Comments
 (0)