diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 017399e73..d7a680170 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -21,6 +21,7 @@ jobs: packages: write attestations: write id-token: write + actions: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -44,6 +45,7 @@ jobs: packages: write attestations: write id-token: write + actions: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -67,6 +69,7 @@ jobs: packages: write attestations: write id-token: write + actions: write needs: [amd64, aarch64] steps: - name: Checkout