Skip to content

Commit

Permalink
GH tkn for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Apr 22, 2024
1 parent 257f710 commit 9a2e8d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
node-version: 20.x

- name: Install dependencies
run: npm install --legacy-peer-deps
#GITHUB_PERSONAL_ACCESS_TOKEN for private npm packages
run: GITHUB_PERSONAL_ACCESS_TOKEN=${{secrets.GH_PERSONAL_ACCESS_TOKEN}} npm install --legacy-peer-deps

- name: Build Next.js app
run: |
Expand Down

0 comments on commit 9a2e8d8

Please sign in to comment.