Skip to content

Commit 6931aab

Browse files
authored
ci: update check_team_membership.sh
1 parent e28360d commit 6931aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/check_team_membership.sh

Lines changed: 2 additions & 2 deletions
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

@@ -19,4 +19,4 @@ fi
1919
echo "$IS_MEMBER"
2020

2121
# Set the environment variable for the GitHub workflow
22-
echo "IS_MEMBER=$IS_MEMBER" >> "$GITHUB_ENV"
22+
echo "IS_MEMBER=$IS_MEMBER" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)