arpitjain099 opened a new pull request, #104: URL: https://github.com/apache/camel-upgrade-recipes/pull/104
## Summary - Add explicit workflow token permissions to `.github/workflows/ci-build.yaml` (`contents: read`), `.github/workflows/receive-pr.yml` (`contents: read`), and `.github/workflows/github-release.yml` (`contents: write`). - Keep scopes minimal and aligned with each workflow behavior. ## Why Declaring token permissions explicitly improves least-privilege posture and avoids relying on repository defaults. The release workflow needs write access for `gh release create`, while CI and PR-processing workflows only need read access. _This PR description is AI-generated by OpenCode on behalf of Arpit Jain._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
