Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
environment: create_pull_request
permissions:
contents: write
contents: read
pull-requests: write
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

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

The example workflow still grants pull-requests: write to the job’s GITHUB_TOKEN, but this composite action generates and uses a GitHub App token for the PR creation step. Consider removing pull-requests: write (or dropping the permissions: block entirely) to follow least-privilege, unless there’s a concrete need for the job token to write PRs.

Suggested change
pull-requests: write

Copilot uses AI. Check for mistakes.

steps:
Expand Down
Loading