Skip to content

Commit d8604d5

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ab7227 commit d8604d5

10 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/bench-all-runtimes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
path: patches
134134

135135
# needs to be able to trigger CI
136-
- uses: actions/create-github-app-token@v2
136+
- uses: actions/create-github-app-token@v3
137137
id: generate_token
138138
with:
139139
app-id: ${{ secrets.CMD_BOT_APP_ID }}

.github/workflows/benchmarks-networking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
git config --global --add safe.directory '*'
8181
ls -lsR ./charts
8282
83-
- uses: actions/create-github-app-token@v2
83+
- uses: actions/create-github-app-token@v3
8484
id: app-token
8585
with:
8686
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}

.github/workflows/benchmarks-subsystem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
git config --global --add safe.directory '*'
9797
ls -lsR ./charts
9898
99-
- uses: actions/create-github-app-token@v2
99+
- uses: actions/create-github-app-token@v3
100100
id: app-token
101101
with:
102102
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}

.github/workflows/cmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate token
2121
id: generate_token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.CMD_BOT_APP_ID }}
2525
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
@@ -442,7 +442,7 @@ jobs:
442442
runs-on: ubuntu-latest
443443
steps:
444444
# needs to be able to trigger CI, as default token does not retrigger
445-
- uses: actions/create-github-app-token@v2
445+
- uses: actions/create-github-app-token@v3
446446
id: generate_token
447447
with:
448448
app-id: ${{ secrets.CMD_BOT_APP_ID }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v6.0.2
123123
with:
124124
ref: gh-pages
125-
- uses: actions/create-github-app-token@v2
125+
- uses: actions/create-github-app-token@v3
126126
id: app-token
127127
with:
128128
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}

.github/workflows/misc-sync-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: matrix.template != 'solochain'
120120
- name: Generate a token for the template repository
121121
id: app_token
122-
uses: actions/create-github-app-token@v2
122+
uses: actions/create-github-app-token@v3
123123
with:
124124
owner: "paritytech"
125125
repositories: "polkadot-sdk-${{ matrix.template }}-template"

.github/workflows/release-10_branchoff-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Generate content write token for the release automation
5656
id: generate_write_token
57-
uses: actions/create-github-app-token@v2
57+
uses: actions/create-github-app-token@v3
5858
with:
5959
app-id: ${{ vars.RELEASE_AUTOMATION_APP_ID }}
6060
private-key: ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }}

.github/workflows/release-11_rc-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Generate content write token for the release automation
4040
id: generate_write_token
41-
uses: actions/create-github-app-token@v2
41+
uses: actions/create-github-app-token@v3
4242
with:
4343
app-id: ${{ vars.RELEASE_AUTOMATION_APP_ID }}
4444
private-key: ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }}

.github/workflows/release-30_publish_release_draft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Generate content write token for the release automation
125125
id: generate_write_token
126-
uses: actions/create-github-app-token@v2
126+
uses: actions/create-github-app-token@v3
127127
with:
128128
app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
129129
private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Generate content write token for the release automation
167167
id: generate_write_token
168-
uses: actions/create-github-app-token@v2
168+
uses: actions/create-github-app-token@v3
169169
with:
170170
app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
171171
private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
@@ -211,7 +211,7 @@ jobs:
211211
212212
- name: Generate content write token for the release automation
213213
id: generate_write_token
214-
uses: actions/create-github-app-token@v2
214+
uses: actions/create-github-app-token@v3
215215
with:
216216
app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
217217
private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}

.github/workflows/review-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: app_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.REVIEW_APP_ID }}
2424
private-key: ${{ secrets.REVIEW_APP_KEY }}

0 commit comments

Comments
 (0)