We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb90b7 commit adcfdcaCopy full SHA for adcfdca
2 files changed
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
17
nodeVersion: 23
18
secrets:
19
githubToken: ${{ secrets.GITHUB_TOKEN }}
20
- npmToken: ${{ secrets.NODE_AUTH_TOKEN }}
+ npmToken: ${{ secrets.NPM_TOKEN }}
21
22
dependencies:
23
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
.github/workflows/release.yml
@@ -16,4 +16,4 @@ jobs:
16
0 commit comments