Hey guys!
I’m using gitlab-runner with default configuration on gitlab.com
concurrent = 1
check_interval = 0
[session_server]
session_timeout = 1800
[[runners]]
name = "cluster-master"
url = "https://gitlab.com/"
token = "some token"
executor = "shell"
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
Now I’m getting 403, I tried to stop service for a weekend, coz I read, that it could be a temporary ban, but nothing happens.
Any ideas?