Skip to content

Commit 8b026ab

Browse files
author
Sean Han
committed
fix(gh-action): add token to bypass protected branch
1 parent 82177e6 commit 8b026ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v2
3030
with:
3131
node-version: lts/*
32+
token: ${{ secrets.GITHUB_TOKEN }}
3233
- run: npm ci
3334
- name: 'Generate TypeDocs'
3435
run: npm run docs

0 commit comments

Comments
 (0)