Skip to content

Commit 18736ce

Browse files
Update actions/create-github-app-token action to v2
1 parent 9a14b75 commit 18736ce

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/shared-atmos-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: "Readme"
2525
environment: release
2626
steps:
27-
- uses: actions/create-github-app-token@v1
27+
- uses: actions/create-github-app-token@v2
2828
id: github-app
2929
with:
3030
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

.github/workflows/shared-auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
exists: ${{ steps.drafter.outputs.exists }}
8484

8585
steps:
86-
- uses: actions/create-github-app-token@v1
86+
- uses: actions/create-github-app-token@v2
8787
id: github-app
8888
with:
8989
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

.github/workflows/shared-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{ false && ! inputs.is_fork }}
3434
environment: release
3535
steps:
36-
- uses: actions/create-github-app-token@v1
36+
- uses: actions/create-github-app-token@v2
3737
id: github-app
3838
with:
3939
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

.github/workflows/shared-go-auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
needs: [ draft ]
9393
environment: ${{ inputs.environment }}
9494
steps:
95-
- uses: actions/create-github-app-token@v1
95+
- uses: actions/create-github-app-token@v2
9696
id: github-app
9797
with:
9898
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

.github/workflows/shared-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: "Readme"
2525
environment: release
2626
steps:
27-
- uses: actions/create-github-app-token@v1
27+
- uses: actions/create-github-app-token@v2
2828
id: github-app
2929
with:
3030
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

.github/workflows/shared-release-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ fromJSON(inputs.runs-on) }}
2121
environment: release
2222
steps:
23-
- uses: actions/create-github-app-token@v1
23+
- uses: actions/create-github-app-token@v2
2424
id: github-app
2525
with:
2626
app-id: ${{ vars.BOT_GITHUB_APP_ID }}
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ fromJSON(inputs.runs-on) }}
3636
environment: release
3737
steps:
38-
- uses: actions/create-github-app-token@v1
38+
- uses: actions/create-github-app-token@v2
3939
id: github-app
4040
with:
4141
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)