Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be0fc8a

Browse files
Bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#10251)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.1.4...v2.2.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9afb1cb commit be0fc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
git commit -m "$commit_message" || echo "No changes to commit"
325325
- name: Generate a token
326326
id: generate-tokens
327-
uses: actions/create-github-app-token@v2.1.4
327+
uses: actions/create-github-app-token@v2.2.0
328328
with:
329329
app-id: ${{ secrets.APP_ID }}
330330
private-key: ${{ secrets.APP_SECRET }}

0 commit comments

Comments
 (0)