Skip to content

Commit 4627dcd

Browse files
Bump actions/create-github-app-token from 1 to 2 (#879)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bcd686 commit 4627dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v4
8585
- name: Generate app token
8686
id: generate-token
87-
uses: actions/create-github-app-token@v1
87+
uses: actions/create-github-app-token@v2
8888
with:
8989
app-id: ${{ vars.APP_ID }}
9090
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@v4
111111
- name: Generate app token
112112
id: generate-token
113-
uses: actions/create-github-app-token@v1
113+
uses: actions/create-github-app-token@v2
114114
with:
115115
app-id: ${{ vars.APP_ID }}
116116
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)