From e8f3d61bc71a7b2a772df5564fc9d778f7364c28 Mon Sep 17 00:00:00 2001 From: Tanjeem Hossain Date: Fri, 21 Nov 2025 09:09:49 -0500 Subject: [PATCH] ci: remove Trusted Publishing config Ticket: DX-2319 --- .github/workflows/release.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22c3d04e..8e539294 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,12 +1,5 @@ --- name: Release -permissions: - # Needed for OIDC Trusted Publishing - id-token: write - # Needed for semantic-release - contents: write - pull-requests: write - issues: write on: push: @@ -22,7 +15,6 @@ jobs: name: Release if: github.repository_owner == 'BitGo' runs-on: ubuntu-latest - environment: publish-apits steps: - name: Checkout @@ -56,3 +48,4 @@ jobs: run: npx multi-semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}