From 8c1551322ada642217c21c2ddf2b12b5b2cb65e5 Mon Sep 17 00:00:00 2001 From: Murderlon Date: Tue, 3 Feb 2026 10:11:38 +0100 Subject: [PATCH] fixup! fixup! fixup! Update permissions for release.yml --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c8c22387..30075e127 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: permissions: id-token: write # Required for OIDC contents: write + pull-requests: write concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -47,10 +48,6 @@ jobs: - name: "@uppy/angular prepublish" run: corepack yarn workspace @uppy/angular prepublishOnly - - run: | - echo '' >> .yarnrc.yml - echo 'npmAuthToken: "${NPM_TOKEN}"' >> .yarnrc.yml - - name: Create Release Pull Request or Publish id: changesets uses: changesets/action@v1 @@ -62,10 +59,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Remove npmAuthToken from yarnrc - run: | - sed -i '/npmAuthToken:/d' .yarnrc.yml - - name: Check if Companion was released id: checkIfCompanionWasReleased if: steps.changesets.outputs.published == 'true'