Open
Description
Description
The DIRECTORY.md
workflow isn't committing/pushing any needed changes due to the master
branch being protected.
Currently, there's no way to make GitHub Actions have access to a protected branch.
Our current options are:
- Disable branch protection (not recommended).
- Commit as someone with access to making direct commits to the branch.
- Wait until GitHub provides a solution to this.