From 5de406b34b810474f5883ae19ee233fca408d932 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 21 Jun 2024 02:23:18 +0300 Subject: [PATCH] ci: add missing permissions --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91c7e9d..fe63ca9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write + attestations: write steps: - name: Checkout uses: actions/checkout@v4