From f673b07a1684f4b629c8885ef1f39d538521c1af Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 1 Apr 2024 13:03:01 +0800 Subject: [PATCH] Remove invalid `secrets` usage (#10752) --- .github/actions/get-labels/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-labels/action.yml b/.github/actions/get-labels/action.yml index a38367d17..eafc8ce4b 100644 --- a/.github/actions/get-labels/action.yml +++ b/.github/actions/get-labels/action.yml @@ -7,7 +7,7 @@ inputs: required: true github-token: description: GitHub token used to authenticate with the GitHub API - default: ${{ secrets.GITHUB_TOKEN }} + required: true outputs: labels: description: Labels of the issue or pull request