We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d23d4 commit 1a20851Copy full SHA for 1a20851
1 file changed
.github/workflows/contributor_check.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Verify author is contributor
15
env:
16
- GITHUB_TOKEN: ${{ secrets.ORG_READ_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
CONTRIB_ORG: clockworklabs
18
PR_AUTHOR: ${{ github.event.pull_request.user.login || (github.event_name == 'merge_group' && github.event.sender.login) || null }}
19
run: |
0 commit comments