Skip to content

Commit

Permalink
updates github actions to use _GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
americk0 committed Nov 6, 2024
1 parent ceda4c2 commit 8352500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
token: ${{ secrets._GITHUB_TOKEN }}
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 8352500

Please sign in to comment.