From 35e0d6d0de0b6d1753f2e6bdd5678a10c2267cd4 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 26 Apr 2024 13:25:12 +0200 Subject: [PATCH] github-action: add attestations scope (#3601) --- .github/workflows/release.yml | 1 + .github/workflows/snapshot.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e133e6da8..9a36437ca7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,6 +75,7 @@ jobs: needs: - validate-tag permissions: + attestations: write contents: write id-token: write env: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 30388ce869..f985425da2 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -39,6 +39,7 @@ jobs: needs: - validate permissions: + attestations: write contents: write id-token: write env: