Skip to content

Commit 851a868

Browse files
Bump actions/create-github-app-token from 1 to 2 (#2255)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1ea915 commit 851a868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-helm-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Generate GitHub App Token
2929
id: generate_token
30-
uses: actions/create-github-app-token@v1
30+
uses: actions/create-github-app-token@v2
3131
with:
3232
app-id: ${{ secrets.AKO_RELEASER_APP_ID }}
3333
private-key: ${{ secrets.AKO_RELEASER_RSA_KEY }}

.github/workflows/update-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Generate GitHub App Token
3030
id: generate_token
31-
uses: actions/create-github-app-token@v1
31+
uses: actions/create-github-app-token@v2
3232
with:
3333
app-id: ${{ secrets.AKO_RELEASER_APP_ID }}
3434
private-key: ${{ secrets.AKO_RELEASER_RSA_KEY }}

0 commit comments

Comments
 (0)