Skip to content

Commit

Permalink
tries to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
americk0 committed Nov 6, 2024
1 parent 8352500 commit 4452ee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
env:
REFRESH_TOKEN: ${{ secrets.ALKS_REFRESH_TOKEN }}
USERNAME: ${{ secrets.ALKS_USER }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
build_and_test:
Expand All @@ -29,7 +30,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
token: ${{ secrets._GITHUB_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 4452ee0

Please sign in to comment.