You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I've seen, it's probably because you're only part of private organizations.
When others users are looking at your profile, you're not listed in any organization, which seems to match the GraphQL api response :
What you could try though, is to update the scopes of the personal token you're using with these permissions :
I'm guessing that read:org should work from its description, but I'm not 100% sure.
If it works, I'll update documentation, as it's actually a nice catch.
Thanks, I didn't know about this, nice. So I tested it with one private and another public membership. Updated the token with read:org privileged and yes it works like charm!
I've made a PR #31 which adds some clarification to the documentation, I hope 🙂
Bug description
I guess the headline speaks :)
Expected behavior
The organizations are correctly counted.
To Reproduce
Just make a successful build.
Additional context and screenshots
Shouldn't organization count be 2 here 🤔?
The text was updated successfully, but these errors were encountered: