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 82177e6 commit 8b026abCopy full SHA for 8b026ab
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
- uses: actions/setup-node@v2
30
with:
31
node-version: lts/*
32
+ token: ${{ secrets.GITHUB_TOKEN }}
33
- run: npm ci
34
- name: 'Generate TypeDocs'
35
run: npm run docs
0 commit comments