From b498551005abe55421564499e5ebc6f9deaaa610 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 13 Jul 2024 10:59:47 +0200 Subject: [PATCH] Revert "chore(ci): pass `NPM_TOKEN` to `npm publish` step (#527)" (#529) This reverts commit dece8891bb7e6a36f29ca20a8a21a22bdfc7b81c. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce491ba7f..554f95b38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,7 @@ jobs: - name: Publish to the npm registry run: npm publish corepack.tgz --provenance env: - NPM_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - name: Add Corepack package archive to GitHub release run: gh release upload ${{ needs.release-please.outputs.release_tag }} corepack.tgz