We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c97d06 commit 336d408Copy full SHA for 336d408
.github/workflows/toc.yml
@@ -13,4 +13,5 @@ jobs:
13
uses: technote-space/toc-generator@v2
14
with:
15
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
16
+ API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
TARGET_BRANCH_PREFIX: release/
.github/workflows/update-dependencies.yml
@@ -16,6 +16,7 @@ jobs:
uses: technote-space/create-pr-action@v1
18
19
20
EXECUTE_COMMANDS: |
21
npx npm-check-updates -u --packageFile package.json
22
yarn install
0 commit comments