Skip to content

Commit 4da4b98

Browse files
Bump actions/create-github-app-token from 2 to 3 (#4024)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LiuLiu <liuliu-dev@github.com>
1 parent 4fd3031 commit 4da4b98

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/add-to-inbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
PROJECT_ID: 4503
1313
steps:
1414
- id: get-primer-access-token
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
1818
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GH_TOKEN: ${{ steps.get-primer-access-token.outputs.token }}
2424
- id: get-github-access-token
25-
uses: actions/create-github-app-token@v2
25+
uses: actions/create-github-app-token@v3
2626
with:
2727
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
2828
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}

.github/workflows/lock-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Get App Token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
id: app-token
2222
with:
2323
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
@@ -78,7 +78,7 @@ jobs:
7878
# Use the primer GitHub App for authentication.
7979
# See: https://github.com/organizations/primer/settings/apps/primer
8080
- name: Get App Token
81-
uses: actions/create-github-app-token@v2
81+
uses: actions/create-github-app-token@v3
8282
id: get-access-token
8383
with:
8484
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/release_conductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- run: echo ${{ needs.pagerduty.outputs.user }} is the Release conductor
2121
- name: Get App Token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
id: app-token
2424
with:
2525
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/static-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
static:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/create-github-app-token@v2
12+
- uses: actions/create-github-app-token@v3
1313
id: app-token
1414
with:
1515
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

0 commit comments

Comments
 (0)