Skip to content

Commit 1e7ee61

Browse files
geofffranksameowlia
andcommitted
try accessing a non collaborator endpoint
Signed-off-by: Amelia Downs <[email protected]> Co-authored-by: Amelia Downs <[email protected]>
1 parent c98c997 commit 1e7ee61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/remove-individual-access.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
set -e
2222
set -o pipefail
2323
24+
gh api "repos/${repo}"
2425
community/org/generate_working_group_projects_sync_config.sh | jq -r .[].repositories[].name | grep -E "^cloudfoundry/" | while read -r repo; do
2526
gh api "repos/${repo}/collaborators?affiliation=direct" | jq -r .[].login | while read -r user; do
2627
echo "remove ${user} from ${repo}"

0 commit comments

Comments
 (0)