Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(publishing): use oidc (nodejs#8085)
  • Loading branch information
avivkeller authored Aug 19, 2025
commit e97931b1a13ff64d9510712146f070c531e45d16
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:

permissions:
contents: read
# For npm OIDC (https://docs.npmjs.com/trusted-publishers)
id-token: write

env:
COMMIT_SHA: ${{ github.sha }}
Expand Down Expand Up @@ -115,8 +117,6 @@ jobs:

- name: Publish
working-directory: packages/${{ matrix.package }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
# Install deps
pnpm install --frozen-lockfile
Expand Down