mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
11 lines
439 B
YAML
11 lines
439 B
YAML
|
# Adapted from https://github.com/tiangolo/fastapi/blob/master/.github/actions/people/action.yml
|
||
|
name: "Generate LangChain People"
|
||
|
description: "Generate the data for the LangChain People page"
|
||
|
author: "Jacob Lee <jacob@langchain.dev>"
|
||
|
inputs:
|
||
|
token:
|
||
|
description: 'User token, to read the GitHub API. Can be passed in using {{ secrets.LANGCHAIN_PEOPLE_GITHUB_TOKEN }}'
|
||
|
required: true
|
||
|
runs:
|
||
|
using: 'docker'
|
||
|
image: 'Dockerfile'
|