102 lines
5.5 KiB
YAML
102 lines
5.5 KiB
YAML
getting_started:
|
|
title: Get started with {% data variables.product.prodname_actions %}
|
|
description: >-
|
|
Discover the possibilities of {% data variables.product.prodname_actions %}
|
|
by creating your first workflow.
|
|
guides:
|
|
- /actions/about-github-actions/understanding-github-actions
|
|
- >-
|
|
/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow
|
|
- /actions/writing-workflows/about-workflows
|
|
- /actions/sharing-automations/reusing-workflows
|
|
- >-
|
|
/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
|
|
adopting_github_actions_for_your_enterprise_ghec:
|
|
title: Adopt GitHub Actions for your enterprise
|
|
description: >-
|
|
Learn how to plan and implement a rollout of {% data
|
|
variables.product.prodname_actions %} in your enterprise.
|
|
versions:
|
|
ghec: '*'
|
|
guides:
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises
|
|
- /actions/about-github-actions/understanding-github-actions
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud
|
|
- >-
|
|
/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
|
|
- >-
|
|
/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions
|
|
adopting_github_actions_for_your_enterprise_ghes:
|
|
title: Adopt GitHub Actions for your enterprise
|
|
description: >-
|
|
Learn how to plan and implement a rollout of {% data
|
|
variables.product.prodname_actions %} in your enterprise.
|
|
versions:
|
|
ghes: '*'
|
|
guides:
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises
|
|
- /actions/about-github-actions/understanding-github-actions
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server
|
|
- >-
|
|
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise
|
|
- >-
|
|
/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
|
|
- >-
|
|
/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions
|
|
hosting_your_own_runners:
|
|
title: Host your own runners
|
|
description: >-
|
|
You can create self-hosted runners to run workflows in a highly customizable
|
|
environment.
|
|
guides:
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups
|
|
- >-
|
|
/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners
|
|
create_actions:
|
|
title: Create an action
|
|
description: >-
|
|
Do you have an idea for a new action? Have you built something custom for
|
|
your project? Learn how to build shareable actions and publish them to
|
|
GitHub Marketplace.
|
|
guides:
|
|
- /actions/sharing-automations/creating-actions/about-custom-actions
|
|
- >-
|
|
/actions/sharing-automations/creating-actions/creating-a-docker-container-action
|
|
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
|
|
- /actions/sharing-automations/creating-actions/creating-a-composite-action
|
|
- >-
|
|
/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions
|
|
- >-
|
|
/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions
|
|
- >-
|
|
/actions/sharing-automations/creating-actions/setting-exit-codes-for-actions
|
|
- >-
|
|
/actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
|