Skip to content

Commit

Permalink
fix: Added missing token to docs build action (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbartadev authored Nov 9, 2023
1 parent a9e3201 commit 749392b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
cache-dependency-path: 'package-lock.json'
always-auth: 'true'
registry-url: 'https://npm.pkg.github.com/'
scope: '@apify-packages'

- name: Build docs
run: |
npm ci --force
npm run build
env:
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Set up GitHub Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 749392b

Please sign in to comment.