Skip to content

Commit 1a20851

Browse files
committed
[bfops/fix-contributor-check]: Fix the external contributor check
1 parent 68d23d4 commit 1a20851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/contributor_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Verify author is contributor
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.ORG_READ_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
CONTRIB_ORG: clockworklabs
1818
PR_AUTHOR: ${{ github.event.pull_request.user.login || (github.event_name == 'merge_group' && github.event.sender.login) || null }}
1919
run: |

0 commit comments

Comments
 (0)