Skip to content

Commit c284e92

Browse files
chore: update team membership check
1 parent e28360d commit c284e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check_team_membership.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USER=$1
77
response=$(gh api \
88
-H "Accept: application/vnd.github+json" \
99
-H "X-GitHub-Api-Version: 2022-11-28" \
10-
"/orgs/immutable/teams/sdk/memberships/${USER}")
10+
"/orgs/immutable/teams/passport/memberships/${USER}")
1111

1212
echo "$response"
1313

0 commit comments

Comments
 (0)