From 3fa7a8e9a7d46f9326ae9ed4af20d9aec2d60fa3 Mon Sep 17 00:00:00 2001 From: Alexander Stognev Date: Fri, 10 Apr 2026 16:36:34 +0200 Subject: [PATCH] pat-token was removed from publish-library-to-gpr workflow due to it's not in use --- .github/actions/publish-library-to-gpr/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/publish-library-to-gpr/action.yaml b/.github/actions/publish-library-to-gpr/action.yaml index f557c69..0677434 100644 --- a/.github/actions/publish-library-to-gpr/action.yaml +++ b/.github/actions/publish-library-to-gpr/action.yaml @@ -5,9 +5,6 @@ inputs: secret-token: description: "GitHub Packages token (NODE_AUTH_TOKEN) used for publishing" required: true - pat-token: - description: "PAT token" - required: false release: description: "Use tag. Release stream, temporary here for compatibility with old workflows" required: false