You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create Gitea repositories from the command line must currently be done via the Gitea web interface when logged in as a gitea user, making it hard to automate app builds. This is due to a missing permission for user level push to create repos.
Please add the following line to the gitea-inline-config secret in the cp4ba-collateral namespace:
ENABLE_PUSH_CREATE_USER=true
The text was updated successfully, but these errors were encountered:
To create Gitea repositories from the command line must currently be done via the Gitea web interface when logged in as a gitea user, making it hard to automate app builds. This is due to a missing permission for user level push to create repos.
Please add the following line to the gitea-inline-config secret in the cp4ba-collateral namespace:
ENABLE_PUSH_CREATE_USER=true
The text was updated successfully, but these errors were encountered: