Skip to content

Commit a1d9b34

Browse files
authored
ci: Switch to trusted publishing (#174)
1 parent 046f9f0 commit a1d9b34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/release-please.yml @eslint/eslint-tsc

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
with:
3333
node-version: lts/*
3434
registry-url: https://registry.npmjs.org
35+
# npm 11.5.1 or later is required so update to latest to be sure
36+
- run: npm install -g npm@latest
3537
- uses: pnpm/action-setup@v4
3638
- run: pnpm install
3739
- run: pnpm publish --provenance --access public
38-
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
notify-twitter:
4141
runs-on: ubuntu-latest
4242
needs:

0 commit comments

Comments
 (0)