Skip to content

Commit

Permalink
update docs workflow with github authentication token
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Mar 4, 2023
1 parent 8c1f90c commit 05733a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Config github npm registry token
run: npm config set '//npm.pkg.github.com/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release to GitHub Pages
env:
NODE_OPTIONS: --max_old_space_size=8192
Expand Down

0 comments on commit 05733a4

Please sign in to comment.