Skip to content

Commit 004bc1e

Browse files
committed
fix: dogs
1 parent 932447b commit 004bc1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ permissions:
1212
pull-requests: write # comment on released pull requests
1313
packages: write # deploy to GitHub Packages
1414

15+
env:
16+
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
1518
concurrency:
1619
group: "${{ github.workflow }} @ ${{ github.event.compare || github.head_ref || github.ref }}"
1720
cancel-in-progress: true
@@ -26,7 +29,6 @@ jobs:
2629
with:
2730
cache: "npm"
2831
node-version-file: ".nvmrc"
29-
registry-url: "https://npm.pkg.github.com"
3032

3133
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5
3234
- name: Debug info

0 commit comments

Comments
 (0)