diff --git a/.github/scripts/check_team_membership.sh b/.github/scripts/check_team_membership.sh index 49a47e57..cd88cde2 100755 --- a/.github/scripts/check_team_membership.sh +++ b/.github/scripts/check_team_membership.sh @@ -7,7 +7,7 @@ USER=$1 response=$(gh api \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - "/orgs/immutable/teams/sdk/memberships/${USER}") + "/orgs/immutable/teams/passport/memberships/${USER}") echo "$response" @@ -19,4 +19,4 @@ fi echo "$IS_MEMBER" # Set the environment variable for the GitHub workflow -echo "IS_MEMBER=$IS_MEMBER" >> "$GITHUB_ENV" \ No newline at end of file +echo "IS_MEMBER=$IS_MEMBER" >> "$GITHUB_ENV"