fix(workflows): add id-token permission for gen-library-impl workflow#85
Merged
MarkusNeusinger merged 1 commit intomainfrom Dec 1, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a missing permission configuration in the gen-library-impl.yml workflow by adding id-token: write, which is required for the Claude Code action's OIDC authentication mechanism. The change aligns this workflow with three other workflows in the repository (bot-ai-review.yml, bot-validate-request.yml, and util-claude.yml) that already have this permission configured.
Key Changes:
- Added
id-token: writepermission to the job-level permissions block
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
MarkusNeusinger
added a commit
that referenced
this pull request
Jan 6, 2026
- seo.py: escape spec_id in title for DB-unavailable fallback - proxy.py: add security headers (X-Content-Type-Options, Referrer-Policy) - proxy.py: add security comment documenting trusted GCS content model - test_proxy.py: add test for security headers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
id-token: writepermission togen-library-impl.ymlTest