Import tasks from YAML to TalentScore
ActionsUpload your custom MCQ/Essay/CodeGaps tasks to the DevSkiller TalentScore platform
v1.0.0
LatestBy Devskiller
This 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.
Required: The TalentScore API key. This key is needed to authenticate the upload request.
Required: Path to a YAML file with tasks. Description of the file structure
name: Sample YAML import
on:
push:
branches:
- master
jobs:
upload-task:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Devskiller/[email protected]
with:
api_key: ${{ secrets.TALENTSCORE_API_KEY }}
path: ./java-tasks.yml
Import tasks from YAML to TalentScore is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.