From 95b47f388d9afbf0689818c965b87b9dc79af9e3 Mon Sep 17 00:00:00 2001 From: Cosmin Constantin Lazar Date: Mon, 6 May 2024 21:58:40 +0200 Subject: [PATCH] Extra permissions for attestations sake --- .github/workflows/publish_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 71d2ec0..80f2cc7 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -21,6 +21,7 @@ jobs: packages: write contents: read attestations: write + id-token: write steps: - name: Check out the repo uses: actions/checkout@v4