Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: .github/workflows/master-pr.yml
Problem: Prs opened by forks do not have access to secrets. The WF to change from default banch > develop uses a secret inaccessible by forks. - Modifying the workflow permissions to enable explicit write allowance to the API endpoint used for modifying the pull request base branch. - Removed references to internal secrets.
- Loading branch information