Skip to content

Commit 1ec8bd5

Browse files
chore: bump actions/create-github-app-token from 2.2.1 to 3.2.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@29824e6...bcd2ba4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f57e4d1 commit 1ec8bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/draft-release-publish.yml

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

9090
- name: Generate a token
9191
id: generate-token
92-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
92+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9393
with:
9494
app-id: ${{ secrets.SDK_RELEASE_GITHUB_APP_ID }}
9595
private-key: ${{ secrets.SDK_RELEASE_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)