Skip to content

Commit 4da3c1c

Browse files
authored
ci: update check_team_membership.sh
1 parent e474f9a commit 4da3c1c

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)