Allow tokens only from running jobs for API auth
Adds a finder class used for authentication with CI job tokens. It checks that the job's status is `running` and that the project is not removed.
Showing
Please register or sign in to comment