Skip to content

Commit d64152e

Browse files
authored
fix(ci): use PAT (#387)
* fix(ci): use PAT * Update update-internal-dependencies.yml
1 parent fa2e7e2 commit d64152e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-internal-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
branch: 'upgrade-node-core-deps'
5151
path: '.'
5252
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
GITHUB_TOKEN: ${{ secrets.DOC_KIT_BOT_PAT }}

0 commit comments

Comments
 (0)