mirror of https://github.com/tiangolo/fastapi.git
11 lines
333 B
YAML
11 lines
333 B
YAML
name: "Generate FastAPI People"
|
|
description: "Generate the data for the FastAPI People page"
|
|
author: "Sebastián Ramírez <tiangolo@gmail.com>"
|
|
inputs:
|
|
token:
|
|
description: 'User token, to read the GitHub API. Can be passed in using {{ secrets.FASTAPI_PEOPLE }}'
|
|
required: true
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|