From 9187dde64914486be7db4858240ff9eb42571183 Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Fri, 15 May 2026 15:13:08 -0300 Subject: [PATCH] Remove secrets reference GitHub tries to parse it, but also does not allow expressions in that context. It's better to just remove it. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3833adf..44049de 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: required: false default: ".github/importmap-updates.yml" github-token: - description: "Token used by gh to list, open, edit, and close PRs. Pass ${{ secrets.GITHUB_TOKEN }}." + description: "Token used by gh to list, open, edit, and close PRs." required: true base-branch: description: "Branch to base PRs against."