From f5a437213536be7a16da5b619fcd279f6ffb20a1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdullajev Date: Mon, 15 Jun 2026 16:09:58 +0300 Subject: [PATCH] CICDL-378: Remove unused use_trusted_publisher input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OIDC Trusted Publishers is now the only publish path — the input is no longer needed after the reusable workflow cleanup. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 421d4b3..7c94df5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,6 @@ jobs: revision: ${{ github.event.pull_request.head.ref }} supported_versions: '[20,22]' skip_functional_tests: true - use_trusted_publisher: true permissions: id-token: write contents: write