Skip to content

Commit 1bec2ad

Browse files
chore(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2 (#5886)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie Lucca <[email protected]>
1 parent ebc6813 commit 1bec2ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/lock-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Get App Token
23-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
23+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
2424
id: app-token
2525
with:
2626
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Get App Token
56-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
56+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
5757
id: app-token
5858
with:
5959
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030

31-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
31+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
3232
id: app-token
3333
with:
3434
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/update-snapshots.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
steps:
6363
- name: Generate token
6464
id: generate_token
65-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
65+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
6666
with:
67-
app_id: ${{ secrets.APP_ID }}
68-
private_key: ${{ secrets.PRIVATE_KEY }}
67+
app-id: ${{ secrets.APP_ID }}
68+
private-key: ${{ secrets.PRIVATE_KEY }}
6969
# Warning: we are checking out an untrusted source at this point in order
7070
# to push to the head pull request. Code from this checkout must not be
7171
# used in any of the following steps.

0 commit comments

Comments
 (0)