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 2cffa35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 All @@ -39,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: electron
path: ./dist_electron
path: ./release

0 comments on commit 2cffa35

Please sign in to comment.