Skip to content

Commit cf8ca8d

Browse files
knikurejiapinw
authored andcommitted
fix: Update Collaborator Check workflow to check for users which are part of collaborator team (aws#4582)
1 parent 0dc8baf commit cf8ca8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/github-script@v7
2222
id: collab-check
2323
with:
24+
github-token: ${{ secrets.COLLAB_CHECK_TOKEN }}
2425
result-encoding: string
2526
script: |
2627
try {

0 commit comments

Comments
 (0)