Remove the feature flag allow_push_repository_for_job_token

What does this MR do and why?

This change removes a feature flag called allow_push_repository_for_job_token that was controlling whether CI/CD jobs could push code back to the repository. The feature flag was originally added as a safety measure to gradually roll out this functionality, but now it's being removed because the feature has been tested and is ready for general use.

The documentation is also updated to reflect that this feature is now generally available instead of being experimental. All the warning messages about the feature being in development have been removed.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading