{"id":28143080,"url":"https://github.com/devskiller/talentscore-import-yaml-action","last_synced_at":"2026-07-09T16:31:56.231Z","repository":{"id":263876537,"uuid":"891628146","full_name":"Devskiller/talentscore-import-yaml-action","owner":"Devskiller","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-13T10:36:11.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-14T20:21:21.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devskiller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T17:04:55.000Z","updated_at":"2024-12-13T10:36:10.000Z","dependencies_parsed_at":"2024-11-20T19:34:26.509Z","dependency_job_id":"d3b05441-e8b8-4344-b374-8d0b81484db1","html_url":"https://github.com/Devskiller/talentscore-import-yaml-action","commit_stats":null,"previous_names":["devskiller/talentscore-import-yaml-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Devskiller/talentscore-import-yaml-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devskiller%2Ftalentscore-import-yaml-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devskiller%2Ftalentscore-import-yaml-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devskiller%2Ftalentscore-import-yaml-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devskiller%2Ftalentscore-import-yaml-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devskiller","download_url":"https://codeload.github.com/Devskiller/talentscore-import-yaml-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devskiller%2Ftalentscore-import-yaml-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002966,"owners_count":26083489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-14T20:17:51.950Z","updated_at":"2025-10-10T06:32:42.030Z","avatar_url":"https://github.com/Devskiller.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevSkiller TalentScore - Import tasks from YAML\n\nThis GitHub Action uploads custom MCQ/Essay/CodeGaps tasks to the DevSkiller TalentScore platform. It allows you to easily integrate the import from YAML process into your CI/CD pipeline.\n\n## Inputs\n\n### `api_key`\n**Required**: The TalentScore API key. This key is needed to authenticate the upload request.\n\n### `path`\n**Required**: Path to a YAML file with tasks. [Description of the file structure](yaml-file-structure.md)\n\n## Example\n\n```yaml\nname: Sample YAML import\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  upload-task:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n      - uses: Devskiller/talentscore-import-yaml-action@v1.0.0\n        with:\n          api_key: ${{ secrets.TALENTSCORE_API_KEY }}\n          path: ./java-tasks.yml\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevskiller%2Ftalentscore-import-yaml-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevskiller%2Ftalentscore-import-yaml-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevskiller%2Ftalentscore-import-yaml-action/lists"}