Skip to content

Commit

Permalink
Use github token in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 4, 2024
1 parent ddc7f26 commit dc2db52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: npm run build
- run: npm run test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

check_if_version_upgraded:
name: Check if version upgrade
Expand Down

0 comments on commit dc2db52

Please sign in to comment.