Skip to content

Commit 06634e2

Browse files
geofffranksameowlia
andcommitted
update remove individual access action to actually remove individiual access
Signed-off-by: Amelia Downs <[email protected]> Co-authored-by: Amelia Downs <[email protected]>
1 parent aef3e9c commit 06634e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
community/org/generate_working_group_projects_sync_config.sh | jq -r .[].repositories[].name | grep -E "^cloudfoundry/" | while read -r repo; do
2424
gh api "repos/${repo}/collaborators?affiliation=direct" | jq -r .[].login | while read -r user; do
2525
echo "remove ${user} from ${repo}"
26-
# gh api -X delete "/repos/${repo}/collaborators/${user}"
26+
gh api -X delete "/repos/${repo}/collaborators/${user}"
2727
done
2828
done

0 commit comments

Comments
 (0)