From 7dbec42efa20e5398fa4489d9f89e0bcff816299 Mon Sep 17 00:00:00 2001 From: ezequiellich44-cmd Date: Tue, 18 Aug 2026 16:35:27 -0300 Subject: [PATCH] fix(action.yml): remove forbidden secrets context expression from input description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 72f47a1..9c6a891 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: color: 'purple' inputs: github-token: - description: 'Token used to read comments and post replies/labels. Usually ${{ secrets.GITHUB_TOKEN }}.' + description: 'Token used to read comments and post replies/labels. Usually the GITHUB_TOKEN secret.' required: true default: ${{ github.token }} coinpay-api-key: