From 77e6acd828b1d0f0978356292b1c46bfc3b8e422 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 20 Mar 2026 21:22:23 -0400 Subject: [PATCH] fix(ci): use new npm publishing auth --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d228f0e..f4fa1d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,6 +6,9 @@ on: branches: - main +permissions: + id-token: write + jobs: release: name: Release @@ -29,5 +32,4 @@ jobs: if: github.event_name != 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN_DECKY_ORG }} run: pnpm exec semantic-release