Skip to content

Import tasks from YAML to TalentScore

Actions
Upload your custom MCQ/Essay/CodeGaps tasks to the DevSkiller TalentScore platform
v1.0.0
Latest
Star (0)

DevSkiller TalentScore - Import tasks from YAML

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.

Inputs

api_key

Required: The TalentScore API key. This key is needed to authenticate the upload request.

path

Required: Path to a YAML file with tasks. Description of the file structure

Example

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.

About

Upload your custom MCQ/Essay/CodeGaps tasks to the DevSkiller TalentScore platform
v1.0.0
Latest

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.