Skip to content

feat: Support OIDC custom property claims for Actions - #4411

Merged
gmlewis merged 7 commits into
google:masterfrom
sswane:oidc-custom-props
Jul 27, 2026
Merged

feat: Support OIDC custom property claims for Actions#4411
gmlewis merged 7 commits into
google:masterfrom
sswane:oidc-custom-props

Conversation

@sswane

Copy link
Copy Markdown
Contributor

Adds GET, POST, DELETE methods for enterprises and organizations OIDC custom property claims for GitHub Actions.

  • /enterprises/{enterprise}/actions/oidc/customization/properties/repo
  • /orgs/{org}/actions/oidc/customization/properties/repo

API Docs: https://docs.github.com/en/rest/actions/oidc?apiVersion=2026-03-10

closes#4407

Comment threadopenapi_operations.yaml
@gmlewisgmlewis added the NeedsReview PR is awaiting a review before merging. label Jul 25, 2026
@codecov

codecovBot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.53%. Comparing base (7de90cf) to head (274c01d).

Additional details and impacted files
@@ Coverage Diff @@## master #4411 +/- ##
=======================================
Coverage 97.52% 97.53% =======================================
Files 193 193 Lines 19668 19709 +41 =======================================
+ Hits 19182 19223 +41 
Misses 268 268 Partials 218 218 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gmlewisgmlewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @sswane!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.

cc: @stevehipwell - @alexandear - @Not-Dhananjay-Mishra

Comment threadgithub/actions_oidc.go
Comment threadgithub/actions_oidc.go
Comment threadgithub/actions_oidc.go

@Not-Dhananjay-MishraNot-Dhananjay-Mishra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmlewisgmlewis removed the NeedsReview PR is awaiting a review before merging. label Jul 27, 2026
@gmlewis

Copy link
Copy Markdown
Collaborator

Thank you, @sswane and @Not-Dhananjay-Mishra!
Merging.

@gmlewis
gmlewis merged commit 0eab779 into google:masterJul 27, 2026
15 checks passed
@sswane
sswane deleted the oidc-custom-props branch July 27, 2026 15:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support setting OIDC custom property claims for GitHub Actions

3 participants

@sswane@gmlewis@Not-Dhananjay-Mishra