Files in .github/workflows can only be synced based on the template if the user provides a PAT. This is probably a bit too much on the users. To be able to update dependencies, we can work with a requirements.txt and sync that, while keeping the template sync workflow stable.
Files in
.github/workflows
can only be synced based on the template if the user provides a PAT. This is probably a bit too much on the users. To be able to update dependencies, we can work with arequirements.txt
and sync that, while keeping the template sync workflow stable.