Skip to content

Commit 288e8cc

Browse files
dependabot[bot]nemesifier
authored andcommitted
[ci] Bump actions/create-github-app-token from 1 to 2
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] <support@github.com>
1 parent d4b2dce commit 288e8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: Generate GitHub App Token
7474
id: generate-token
75-
uses: actions/create-github-app-token@v1
75+
uses: actions/create-github-app-token@v2
7676
with:
7777
app-id: ${{ secrets.app_id }}
7878
private-key: ${{ secrets.private_key }}

0 commit comments

Comments
 (0)