Skip to content

Commit e186df1

Browse files
chore: bump actions/create-github-app-token from 2.2.1 to 3.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...1b10c78) --- 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 76db9d7 commit e186df1

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
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Generate a token
8686
id: generate-token
87-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
87+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
8888
with:
8989
app-id: ${{ secrets.SDK_RELEASE_GITHUB_APP_ID }}
9090
private-key: ${{ secrets.SDK_RELEASE_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)