From 934bd33a32ae9a175657a3fdec6fe1edad6dd0d5 Mon Sep 17 00:00:00 2001 From: Chris Roos Date: Thu, 16 Jan 2025 14:42:18 +0000 Subject: [PATCH] fix: use github token for npm publishing --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 48cb6b2ad3c..35db962ca79 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -81,7 +81,7 @@ jobs: fi - name: Semantic Release env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx --no -- semantic-release - name: Deploy playground to GitHub Pages