Skip to content

Commit 62c24a7

Browse files
Update actions/create-github-app-token action to v2
1 parent 3acb1e5 commit 62c24a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

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

8080
steps:
81-
- uses: actions/create-github-app-token@v1
81+
- uses: actions/create-github-app-token@v2
8282
id: github-app
8383
with:
8484
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
@@ -81,7 +81,7 @@ jobs:
8181
needs: [ draft ]
8282
environment: release
8383
steps:
84-
- uses: actions/create-github-app-token@v1
84+
- uses: actions/create-github-app-token@v2
8585
id: github-app
8686
with:
8787
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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ fromJSON(inputs.runs-on) }}
2020
environment: release
2121
steps:
22-
- uses: actions/create-github-app-token@v1
22+
- uses: actions/create-github-app-token@v2
2323
id: github-app
2424
with:
2525
app-id: ${{ vars.BOT_GITHUB_APP_ID }}
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ fromJSON(inputs.runs-on) }}
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 }}

0 commit comments

Comments
 (0)