Skip to content

Commit be41936

Browse files
authored
Add 'check_run_id' unchecked claim to GitHub OIDC model (#18972)
1 parent 691680f commit be41936

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unit/oidc/models/test_github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_github_publisher_all_known_claims(self):
212212
"enterprise",
213213
"enterprise_id",
214214
"ref_protected",
215+
"check_run_id",
215216
}
216217

217218
def test_github_publisher_computed_properties(self):

warehouse/oidc/models/github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class GitHubPublisherMixin:
213213
"enterprise",
214214
"enterprise_id",
215215
"ref_protected",
216+
"check_run_id",
216217
}
217218

218219
# Get the most specific publisher from a list of publishers,

0 commit comments

Comments
 (0)