From 8774b397fcdd3f11a3b1ef7fe1aa2c1e1ea13535 Mon Sep 17 00:00:00 2001 From: Ahmed Abdullajev Date: Mon, 15 Jun 2026 16:10:14 +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 59984a8..4340cf4 100644 --- a/.github/workflows/cicd_npm-publish.yml +++ b/.github/workflows/cicd_npm-publish.yml @@ -15,5 +15,4 @@ jobs: with: revision: ${{ github.event.pull_request.head.ref }} supported_versions: '[22]' - use_trusted_publisher: true secrets: inherit