From 7b5aa78557fa8c2d859387172a478b5628e1b3ad Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:03:04 +0200 Subject: [PATCH] Update pr-build.yml --- .github/workflows/pr-build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 017399e73..6d37329b5 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -19,8 +19,7 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write + actions: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -42,8 +41,7 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write + actions: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -65,8 +63,7 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write + actions: write needs: [amd64, aarch64] steps: - name: Checkout