From e7279c266c8629a4bd3c6af2c88e3df86466aff5 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 15 Jan 2026 09:24:32 -0500 Subject: [PATCH] build: Using NPM trusted publishers to publish. This repo is now setup to publish using NPM trusted publishing so we don't need the SEMANTIC_RELEASE_NPM_TOKEN here anymore. --- .github/workflows/npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9de4ae1f..810d733d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,5 +27,4 @@ jobs: - name: Release Package env: GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} run: npx semantic-release@25