From 2b5372f693a23894606cfed74eb1e23d055f5a9a Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:58:21 +1100 Subject: [PATCH] Remove permissions block, so it doesn't override what is inherited from parent workflow --- .github/workflows/partial-builder.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/partial-builder.yml b/.github/workflows/partial-builder.yml index 60693047cfe..c6362ba3b97 100644 --- a/.github/workflows/partial-builder.yml +++ b/.github/workflows/partial-builder.yml @@ -18,8 +18,6 @@ on: jobs: publish: runs-on: ubuntu-latest - permissions: - id-token: write steps: - name: Checkout repository uses: actions/checkout@v4