-
Notifications
You must be signed in to change notification settings - Fork 2
fix: provenance & oidc #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add permissions for ID token, contents, pull requests, and issues.
WalkthroughAdded workflow permissions to the Release Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant GH as GitHub Actions
participant Verify as Release:verify job
participant GHAPI as GitHub API / OIDC
Dev->>GH: Push tag / trigger release workflow
GH->>Verify: Start verify job (with permissions)
Note over Verify: permissions:\n- id-token: write\n- contents: write\n- pull-requests: write\n- issues: write
Verify->>GHAPI: Request OIDC token (id-token)
GHAPI-->>Verify: OIDC token
Verify->>GHAPI: Perform writes (contents / PRs / issues) as needed
GH-->>Dev: Workflow completes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
0a63bf1 to
d84acf5
Compare
d84acf5 to
79548c4
Compare
|
🎉 This PR is included in version 1.6.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What did you fix?
Add permissions for ID token, contents, pull requests, and issues.
Reproduction steps
release
Evidence/screenshot/link to line
Considerations
Summary by CodeRabbit