Skip to content

Commit

Permalink
fix: set github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 21, 2024
1 parent e255180 commit bd7ed20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

Expand Down

0 comments on commit bd7ed20

Please sign in to comment.