From 273d2eaab8e28ee38ee2ad16be5bd7af54602a64 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 6 Jan 2026 09:48:08 -0600 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Setup=20OIDC=20publishing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publishing the old way is not an option. --- .github/workflows/covector-version-or-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index d481c03..70570cf 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -26,9 +26,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # required for use of git history - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: - registry-url: "https://registry.npmjs.org" + node-version: 24 - uses: volta-cli/action@v4 - name: git config run: | From fc48e87b50954be0d69e199ef208398b9664ac1d Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 6 Jan 2026 15:24:54 -0600 Subject: [PATCH 2/2] remove NPM token --- .github/workflows/covector-version-or-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 70570cf..a806b4c 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -37,8 +37,6 @@ jobs: - name: covector version or publish (publish when no change files present) uses: jbolda/covector/packages/action@covector-v0 id: covector - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} with: token: ${{ secrets.GITHUB_TOKEN }} command: "version-or-publish"