Skip to content

Commit 8771925

Browse files
committed
more changes
1 parent 77eb68f commit 8771925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trademark-cla-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: process-comment
2525
uses: actions/github-script@v7
2626
with:
27-
github-token: ${{ steps.generate-token.outputs.token || secrets.GITHUB_TOKEN }}
27+
github-token: ${{ steps.generate-token.outputs.token }}
2828
script: |
2929
// Only process comments on pull requests
3030
if (!context.payload.issue.pull_request) {

0 commit comments

Comments
 (0)