Skip to content

Commit

Permalink
Fix: Added GITHUB_TOKEN in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianberge committed Apr 19, 2024
1 parent b82f619 commit 9d26d98
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 @@ -20,9 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: npm run deploy
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
token: $ {{ secrets.GITHUB_TOKEN}}
- run: npm run deploy

0 comments on commit 9d26d98

Please sign in to comment.