From 1c623f09bae95fd3445264cd708c5003deb7a003 Mon Sep 17 00:00:00 2001 From: Federico D'Amato Date: Thu, 25 Jun 2026 12:31:26 +0200 Subject: [PATCH] Update governance.yml to remove repo-name input Removed the repo-name input from the governance workflow. --- .github/workflows/governance.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index e4b3b5a..698fc99 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -28,8 +28,6 @@ jobs: # Use the reusable workflow defined in the central governance repository # zizmor: ignore[ref-confusion] uses: Universal-Commerce-Protocol/.github/.github/workflows/reusable-governance.yml@main - with: - repo-name: "python-sdk" secrets: # Required: An org-level Read token to read team memberships ORG_READ_TOKEN: ${{ secrets.ORG_READ_TOKEN }}