From 4557d2194030b3ffb461d465347ced4c0528713b Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Fri, 22 Nov 2024 14:45:17 -0500 Subject: [PATCH] Grant attestation write access - CI/CD pipeline --- .github/workflows/pypi_build_publish_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi_build_publish_template.yaml b/.github/workflows/pypi_build_publish_template.yaml index f2e715aae1..04ee5e48fd 100644 --- a/.github/workflows/pypi_build_publish_template.yaml +++ b/.github/workflows/pypi_build_publish_template.yaml @@ -14,6 +14,7 @@ jobs: name: production permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + attestations: write # IMPORTANT: necessary to persist the attestation steps: - uses: actions/checkout@v4 - name: Setup python 3.8