Skip to content

Commit e0ededc

Browse files
ci(action): update actions/create-github-app-token action to v2 (#1133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1100924 commit e0ededc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add_to_octokit_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: true
1414
steps:
15-
- uses: actions/create-github-app-token@v1
15+
- uses: actions/create-github-app-token@v2
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.OCTOKIT_APP_ID }}

.github/workflows/update.yml

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

0 commit comments

Comments
 (0)