Skip to content

Commit 336d408

Browse files
chore: sync workflows
1 parent 1c97d06 commit 336d408

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
uses: technote-space/toc-generator@v2
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
16+
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1617
TARGET_BRANCH_PREFIX: release/

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: technote-space/create-pr-action@v1
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
19+
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1920
EXECUTE_COMMANDS: |
2021
npx npm-check-updates -u --packageFile package.json
2122
yarn install

0 commit comments

Comments
 (0)