From d0134295b5e7e97e4cbe4ac2c8260b15a6ca00f3 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Fri, 8 May 2026 13:34:12 -0700 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0831bf2..befb8cf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,6 +5,7 @@ on: permissions: contents: read + id-token: write jobs: publish-npm: @@ -24,6 +25,4 @@ jobs: - run: npm run compile - run: npm test - run: echo "Publishing string-offsets" - - run: npm whoami; npm --ignore-scripts publish - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + - run: npm --ignore-scripts publish --provenance