Skip to content

fix: add missing permissions to build-changelog-scrubber-lambda job#3446

Merged
Mpdreamz merged 1 commit into
mainfrom
fix/release-2
Jun 2, 2026
Merged

fix: add missing permissions to build-changelog-scrubber-lambda job#3446
Mpdreamz merged 1 commit into
mainfrom
fix/release-2

Conversation

@Mpdreamz
Copy link
Copy Markdown
Member

@Mpdreamz Mpdreamz commented Jun 2, 2026

Why

The release workflow sets permissions: {} at the top level, which zeros out all token permissions. The build-changelog-scrubber-lambda job was missing its own permissions block, so the reusable workflow's nested job could only inherit contents: none — causing a validation error that blocked the entire release run.

What

Added permissions: contents: read to build-changelog-scrubber-lambda in release.yml, mirroring the identical block already present on build-link-index-lambda (added in #3444).

Mirrors the contents: read permission already present on build-link-index-lambda.
Without it the top-level permissions: {} causes the reusable workflow's nested
job to inherit contents: none, failing validation.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@Mpdreamz Mpdreamz requested a review from a team as a code owner June 2, 2026 09:31
@Mpdreamz Mpdreamz requested a review from cotti June 2, 2026 09:31
@Mpdreamz Mpdreamz added the automation packaging, ci/cd. label Jun 2, 2026
@Mpdreamz Mpdreamz temporarily deployed to integration-tests June 2, 2026 09:31 — with GitHub Actions Inactive
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 2, 2026

Warning

Review limit reached

@Mpdreamz, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 57 minutes and 55 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e19f092d-ecfe-4e54-a563-59348f928ca3

📥 Commits

Reviewing files that changed from the base of the PR and between 089578e and 97f5964.

📒 Files selected for processing (1)
  • .github/workflows/release.yml
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/release-2

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Mpdreamz Mpdreamz merged commit 09fb0a3 into main Jun 2, 2026
24 of 25 checks passed
@Mpdreamz Mpdreamz deleted the fix/release-2 branch June 2, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation packaging, ci/cd.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant