Closed m-q-t closed 3 years ago
Hi team,
This PR introduces GithubCredential entity support. No major changes were made to the task/helpers, just slight ones in order to support the entity.
GithubCredential
Here is a snippet of the boostrap config which can be used to test:
"seeds": [{ "entity": "GithubCredential#MyCreds1", "sensitive_details": { "github_access_token": "EXAMPLE" } }, { "entity": "GithubCredential#InvalidToken", "sensitive_details": { "github_access_token": "INVALIDEXAMPLE" } }]
Thank you.
Best regards, Maxim
Hi team,
This PR introduces
GithubCredential
entity support. No major changes were made to the task/helpers, just slight ones in order to support the entity.Here is a snippet of the boostrap config which can be used to test:
Thank you.
Best regards, Maxim