We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e84de commit 9411fe3Copy full SHA for 9411fe3
.github/workflows/update-package-lock.yaml
@@ -14,6 +14,8 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v3
17
+ with:
18
+ token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
19
- uses: actions/setup-node@v3
20
with:
21
node-version: 16
0 commit comments