Skip to content

Commit 9b496a6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: npm run update
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
- uses: actions/create-github-app-token@v1
20+
- uses: actions/create-github-app-token@v2
2121
id: app-token
2222
with:
2323
app-id: ${{ vars.OCTOKIT_APP_ID }}

0 commit comments

Comments
 (0)