Skip to content

Commit 9d0e3c4

Browse files
committed
fix bug of secrets
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent f818c56 commit 9d0e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-description-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
id: pr_description
2323
uses: actions/github-script@v7
2424
with:
25-
github-token: ${{ inputs.github-token || secrets.GITHUB_TOKEN }}
25+
github-token: ${{ inputs.github-token }}
2626
script: |
2727
const pr = context.payload.pull_request;
2828
const prBody = pr.body || '';

0 commit comments

Comments
 (0)