We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691680f commit be41936Copy full SHA for be41936
tests/unit/oidc/models/test_github.py
@@ -212,6 +212,7 @@ def test_github_publisher_all_known_claims(self):
212
"enterprise",
213
"enterprise_id",
214
"ref_protected",
215
+ "check_run_id",
216
}
217
218
def test_github_publisher_computed_properties(self):
warehouse/oidc/models/github.py
@@ -213,6 +213,7 @@ class GitHubPublisherMixin:
219
# Get the most specific publisher from a list of publishers,
0 commit comments