18 lines
675 B
Markdown
18 lines
675 B
Markdown
---
|
|
title: Workflows
|
|
intro: 'Use the REST API to interact with workflows in {% data variables.product.prodname_actions %}.'
|
|
topics:
|
|
- API
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
---
|
|
|
|
## About workflows in {% data variables.product.prodname_actions %}
|
|
|
|
You can use the REST API to view workflows for a repository in {% data variables.product.prodname_actions %}. {% data reusables.actions.about-workflows %} For more information, see "[Automating your workflow with GitHub Actions](/actions/automating-your-workflow-with-github-actions)."
|
|
|
|
{% data reusables.actions.actions-authentication %} {% data reusables.actions.actions-app-actions-permissions-api %}
|