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