Skip to content

Commit d8be3c2

Browse files
chore(deps): bump actions/create-github-app-token from 1 to 2 (#2672)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cef469f commit d8be3c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Generate a token
2424
id: gen_token
25-
uses: actions/create-github-app-token@v1
25+
uses: actions/create-github-app-token@v2
2626
with:
2727
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
2828
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}

.github/workflows/dependabot-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate a token
1515
id: gen_token
16-
uses: actions/create-github-app-token@v1
16+
uses: actions/create-github-app-token@v2
1717
with:
1818
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
1919
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}

.github/workflows/update-chain-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Generate a token
7373
id: gen_token
74-
uses: actions/create-github-app-token@v1
74+
uses: actions/create-github-app-token@v2
7575
with:
7676
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
7777
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}

0 commit comments

Comments
 (0)