From c878b326d2743d3bdd147693671f6a2a835e59f9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdullajev Date: Mon, 15 Jun 2026 16:10:09 +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/cicd_npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cicd_npm-publish.yml b/.github/workflows/cicd_npm-publish.yml index f01d063c..beb830f9 100644 --- a/.github/workflows/cicd_npm-publish.yml +++ b/.github/workflows/cicd_npm-publish.yml @@ -14,5 +14,4 @@ jobs: contents: write with: revision: ${{ github.event.pull_request.head.ref }} - use_trusted_publisher: true secrets: inherit \ No newline at end of file