Skip to content

Commit

Permalink
Add github token to npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Apr 23, 2024
1 parent b3fe9f4 commit 8c77278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: npm run build
shell: bash
run: npm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 8c77278

Please sign in to comment.