Skip to content

Commit 6a543fb

Browse files
Build(deps): Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#4621)
* Build(deps): Bump actions/create-github-app-token from 3.0.0 to 3.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@f8d387b...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Change from app-id to client-id --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 9985b7a commit 6a543fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-slim
1919
steps:
2020
# Generate token from GenericMappingTools bot
21-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
21+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2222
id: generate-token
2323
with:
24-
app-id: ${{ secrets.APP_ID }}
24+
client-id: ${{ vars.CLIENT_ID }}
2525
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2626

2727
# Checkout the pull request branch

0 commit comments

Comments
 (0)