We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168f57e commit ebb7702Copy full SHA for ebb7702
.github/actions/add_pr_to_smackore_board/action.yml
@@ -24,7 +24,7 @@ runs:
24
export STATUS_FIELD_ID=PVTSSF_lADOAYE_z84AWEIBzgOGd1k
25
export TARGET_COLUMN_ID=e6b1ee10
26
27
- export AUTHOR_ORIGIN=$(curl --request GET --url "https://api.github.com/orgs/membraneframework/members" --header "Authorization: Bearer $GH_TOKEN" -s | python scripts/python/get_author_origin.py $AUTHOR_LOGIN)
+ export AUTHOR_ORIGIN=$(gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /orgs/membraneframework/teams/membraneteam/members | python scripts/python/get_author_origin.py $AUTHOR_LOGIN)
28
29
if [ "$AUTHOR_ORIGIN" == "COMMUNITY" ]
30
then
0 commit comments