Skip to content

Commit

Permalink
Fix: Changed token
Browse files Browse the repository at this point in the history
sebastianberge committed Apr 19, 2024
1 parent 9d26d98 commit 2bc70da
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
@@ -20,10 +20,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN}}
- 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 2bc70da

Please sign in to comment.