jojo/tests/integration/fixtures/TestAPIGetTeamReposAccessTokenResources/team_repo.yml
Mathieu Fenniak 0eca229d15
feat: implement fine-grained access tokens in /teams/{id}/repos
**Breaking*: /teams/{id}/repos previously allowed read access to private
repositories even if a "public-only" access token was in-use.  This has
been restricted to only return public repositories in this case.
2026-03-01 10:54:43 -07:00

15 lines
220 B
YAML

-
id: 20
org_id: 3
team_id: 26
repo_id: 32 # org3/repo21 - public
-
id: 21
org_id: 3
team_id: 26
repo_id: 3 # org3/repo3 - private
-
id: 22
org_id: 3
team_id: 26
repo_id: 5 # org3/repo5 - private