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 1/2] 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 From ccdcea665db6e21fee27f331803117648028098a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:09:00 +0200 Subject: [PATCH 2/2] Update pr-build.yml --- .github/workflows/pr-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 6d37329b5..d7a680170 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -19,6 +19,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write actions: write steps: - uses: actions/checkout@v4 @@ -41,6 +43,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write actions: write steps: - uses: actions/checkout@v4 @@ -63,6 +67,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write actions: write needs: [amd64, aarch64] steps: