react
react copied to clipboard
Update release conductor workflow to have org permissions
It seems like our assign_release_conduction.yml workflow does not have the appropriate permissions to add or remove team members from assignees or reviewers. For example: https://github.com/primer/react/actions/runs/16327424310/job/46121081864?pr=6312
In this workflow, we fail to resolve the id for a member but I believe the underlying issue is that the token for the workflow does not have permissions to see the teams in the primer org.
This issue tracks updating our workflow to have an appropriate app for generating a token that will allow it to read/write assignees and reviewers on our release tracking PRs appropriately.