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 }}