From 1c4c45b2e6a61500e6433e5e28417980520a9633 Mon Sep 17 00:00:00 2001 From: Gowtham Rao MD PhD Date: Tue, 12 May 2026 22:47:18 -0400 Subject: [PATCH] ci(publish): remove attestations write permission for private repo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 299a511d..41e6b57e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ permissions: contents: write id-token: write # Required for PyPI OIDC Trusted Publishing and Sigstore pages: write # Required for GitHub Pages deployment - attestations: write # Required for SLSA build provenance + # attestations: write # Required for SLSA build provenance env: UV_PYTHON_PREFERENCE: "only-managed"