Skip to content

Commit c2e6931

Browse files
Update send-team-memebrs.yml
1 parent 10dd8b9 commit c2e6931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/send-team-memebrs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Fetch team members - let's see the raw response
2323
echo "Fetching members from: https://api.github.com/orgs/$ORG_NAME/teams/$TEAM_SLUG/members"
2424
25-
RESPONSE=$(curl -sH "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
25+
RESPONSE=$(curl -sH "Authorization: token ${{ secrets.ORG_ACCESS_TOKEN }}" \
2626
"https://api.github.com/orgs/$ORG_NAME/teams/$TEAM_SLUG/members")
2727
2828
# Debug: print the raw response

0 commit comments

Comments
 (0)