We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932447b commit 004bc1eCopy full SHA for 004bc1e
.github/workflows/ci.yml
@@ -12,6 +12,9 @@ permissions:
12
pull-requests: write # comment on released pull requests
13
packages: write # deploy to GitHub Packages
14
15
+env:
16
+ NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+
18
concurrency:
19
group: "${{ github.workflow }} @ ${{ github.event.compare || github.head_ref || github.ref }}"
20
cancel-in-progress: true
@@ -26,7 +29,6 @@ jobs:
26
29
with:
27
30
cache: "npm"
28
31
node-version-file: ".nvmrc"
- registry-url: "https://npm.pkg.github.com"
32
33
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5
34
- name: Debug info
0 commit comments