1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[EDI] Create 'Get started' category in the GitHub Actions docset (#56305)

Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
Ben Ahmady
2025-06-26 17:26:48 +01:00
committed by GitHub
parent 593352578f
commit 527fd9b7e7
188 changed files with 260 additions and 216 deletions

View File

@@ -1,12 +0,0 @@
---
title: About GitHub Actions
shortTitle: About GitHub Actions
intro: '{% data variables.product.prodname_actions %} is a tool that you can use to build automations to assist with each stage of the software development lifecycle. This section describes {% data variables.product.prodname_actions %} concepts, common terminology, and some high level use cases.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /understanding-github-actions
---

View File

@@ -0,0 +1,14 @@
---
title: Get started with GitHub Actions
shortTitle: Get started
intro: "Learn the basics of GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /quickstart
- /understanding-github-actions
redirect_from:
- /actions/about-github-actions
---

View File

@@ -1,11 +1,12 @@
--- ---
title: Quickstart for GitHub Actions title: Quickstart for GitHub Actions
intro: 'Try out the features of {% data variables.product.prodname_actions %} in 5 minutes or less.' intro: 'Try out the core features of {% data variables.product.prodname_actions %} in minutes.'
allowTitleToDifferFromFilename: true allowTitleToDifferFromFilename: true
redirect_from: redirect_from:
- /actions/getting-started-with-github-actions/starting-with-preconfigured-workflow-templates - /actions/getting-started-with-github-actions/starting-with-preconfigured-workflow-templates
- /actions/quickstart - /actions/quickstart
- /actions/getting-started-with-github-actions - /actions/getting-started-with-github-actions
- /actions/writing-workflows/quickstart
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -1,7 +1,7 @@
--- ---
title: Understanding GitHub Actions title: Understanding GitHub Actions
shortTitle: Understand GitHub Actions shortTitle: Understand GitHub Actions
intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.' intro: 'Learn the basics of core concepts and essential terminology in {% data variables.product.prodname_actions %}.'
redirect_from: redirect_from:
- /github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions - /github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions
- /actions/automating-your-workflow-with-github-actions/core-concepts-for-github-actions - /actions/automating-your-workflow-with-github-actions/core-concepts-for-github-actions
@@ -10,6 +10,7 @@ redirect_from:
- /actions/learn-github-actions/understanding-github-actions - /actions/learn-github-actions/understanding-github-actions
- /actions/learn-github-actions/essential-features-of-github-actions - /actions/learn-github-actions/essential-features-of-github-actions
- /articles/getting-started-with-github-actions - /articles/getting-started-with-github-actions
- /actions/about-github-actions/understanding-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -1,70 +0,0 @@
---
title: 'Guides for {% data variables.product.prodname_actions %}'
intro: 'These guides for {% data variables.product.prodname_actions %} include specific use cases and examples to help you configure workflows.'
allowTitleToDifferFromFilename: true
layout: product-guides
versions:
fpt: '*'
ghes: '*'
ghec: '*'
learningTracks:
- getting_started
- adopting_github_actions_for_your_enterprise_ghec
- adopting_github_actions_for_your_enterprise_ghes
- hosting_your_own_runners
- create_actions
includeGuides:
- /actions/writing-workflows/quickstart
- /actions/about-github-actions/understanding-github-actions
- /actions/tutorials/creating-a-docker-container-action
- /actions/writing-workflows/using-workflow-templates
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
- /actions/concepts/use-cases/about-packaging-with-github-actions
- /actions/use-cases-and-examples/publishing-packages/publishing-docker-images
- /actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows
- /actions/concepts/overview/about-continuous-integration-with-github-actions
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-ant
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-swift
- /actions/use-cases-and-examples/deploying/installing-an-apple-certificate-on-macos-runners-for-xcode-development
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-xamarin-applications
- /actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle
- /actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow
- /actions/concepts/use-cases/about-service-containers
- /actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers
- /actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
- /actions/concepts/workflows-and-actions/about-custom-actions
- /actions/tutorials/creating-a-javascript-action
- /actions/tutorials/creating-a-composite-action
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
- /actions/concepts/use-cases/using-github-actions-for-project-management
- /actions/use-cases-and-examples/project-management/closing-inactive-issues
- /actions/use-cases-and-examples/project-management/scheduling-issue-creation
- /actions/use-cases-and-examples/project-management/adding-labels-to-issues
- /actions/use-cases-and-examples/project-management/commenting-on-an-issue-when-a-label-is-added
- /actions/use-cases-and-examples/project-management/moving-assigned-issues-on-project-boards
- /actions/use-cases-and-examples/project-management/removing-a-label-when-a-card-is-added-to-a-project-board-column
- /code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
- /code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
- /actions/use-cases-and-examples/deploying/deploying-docker-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-java-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-net-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-nodejs-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-php-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-python-to-azure-app-service
- /actions/use-cases-and-examples/deploying/deploying-to-azure-static-web-app
- /actions/use-cases-and-examples/deploying/deploying-to-azure-kubernetes-service
---

View File

@@ -10,5 +10,7 @@ children:
- /viewing-github-actions-metrics - /viewing-github-actions-metrics
- /sharing-workflows-secrets-and-runners-with-your-organization - /sharing-workflows-secrets-and-runners-with-your-organization
- /making-retired-namespaces-available-on-ghecom - /making-retired-namespaces-available-on-ghecom
redirect_from:
- /actions/administering-github-actions
--- ---

View File

@@ -6,6 +6,8 @@ versions:
ghec: '*' ghec: '*'
type: how_to type: how_to
permissions: Enterprise owners permissions: Enterprise owners
redirect_from:
- /actions/administering-github-actions/making-retired-namespaces-available-on-ghecom
--- ---
## About retirement of namespaces ## About retirement of namespaces

View File

@@ -6,6 +6,7 @@ redirect_from:
- /actions/learn-github-actions/sharing-workflows-with-your-organization - /actions/learn-github-actions/sharing-workflows-with-your-organization
- /actions/learn-github-actions/sharing-workflows-secrets-and-runners-with-your-organization - /actions/learn-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
- /actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization - /actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization
- /actions/administering-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -9,6 +9,7 @@ redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization - /actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization
- /actions/administering-github-actions/viewing-github-actions-usage-metrics-for-your-organization - /actions/administering-github-actions/viewing-github-actions-usage-metrics-for-your-organization
- /actions/administering-github-actions/viewing-github-actions-metrics-for-your-organization - /actions/administering-github-actions/viewing-github-actions-metrics-for-your-organization
- /actions/administering-github-actions/viewing-github-actions-metrics
--- ---
{% data reusables.actions.about-actions-metrics %} {% data reusables.actions.about-actions-metrics %}

View File

@@ -11,6 +11,7 @@ redirect_from:
- /actions/using-github-hosted-runners/using-labels-with-ae-hosted-runners - /actions/using-github-hosted-runners/using-labels-with-ae-hosted-runners
- /actions/using-github-hosted-runners/using-groups-to-manage-access-to-ae-hosted-runners - /actions/using-github-hosted-runners/using-groups-to-manage-access-to-ae-hosted-runners
- /actions/using-github-hosted-runners/creating-custom-images - /actions/using-github-hosted-runners/creating-custom-images
- /actions/hosting-your-own-runners
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -10,6 +10,8 @@ type: overview
topics: topics:
- Actions Runner Controller - Actions Runner Controller
defaultPlatform: linux defaultPlatform: linux
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -10,6 +10,8 @@ type: overview
topics: topics:
- Actions Runner Controller - Actions Runner Controller
defaultPlatform: linux defaultPlatform: linux
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,8 @@ children:
- /deploying-runner-scale-sets-with-actions-runner-controller - /deploying-runner-scale-sets-with-actions-runner-controller
- /using-actions-runner-controller-runners-in-a-workflow - /using-actions-runner-controller-runners-in-a-workflow
- /troubleshooting-actions-runner-controller-errors - /troubleshooting-actions-runner-controller-errors
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -9,6 +9,8 @@ versions:
type: how_to type: how_to
topics: topics:
- Actions Runner Controller - Actions Runner Controller
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -10,6 +10,8 @@ type: overview
topics: topics:
- Actions Runner Controller - Actions Runner Controller
defaultPlatform: linux defaultPlatform: linux
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -5,6 +5,7 @@ redirect_from:
- /github/automating-your-workflow-with-github-actions/adding-self-hosted-runners - /github/automating-your-workflow-with-github-actions/adding-self-hosted-runners
- /actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners
- /actions/hosting-your-own-runners/adding-self-hosted-runners - /actions/hosting-your-own-runners/adding-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -4,6 +4,7 @@ shortTitle: Autoscale self-hosted runners
intro: You can automatically scale your self-hosted runners in response to webhook events. intro: You can automatically scale your self-hosted runners in response to webhook events.
redirect_from: redirect_from:
- /actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners - /actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -5,6 +5,7 @@ intro: You can configure the self-hosted runner application as a service to auto
redirect_from: redirect_from:
- /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service - /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service
- /actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service - /actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service
- /actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -3,6 +3,7 @@ title: Customizing the containers used by jobs
intro: You can customize how your self-hosted runner invokes a container for a job. intro: You can customize how your self-hosted runner invokes a container for a job.
redirect_from: redirect_from:
- /actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs - /actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs
- /actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs
versions: versions:
feature: container-hooks feature: container-hooks
type: reference type: reference

View File

@@ -18,6 +18,8 @@ children:
- /managing-access-to-self-hosted-runners-using-groups - /managing-access-to-self-hosted-runners-using-groups
- /monitoring-and-troubleshooting-self-hosted-runners - /monitoring-and-troubleshooting-self-hosted-runners
- /removing-self-hosted-runners - /removing-self-hosted-runners
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -7,6 +7,7 @@ redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners - /actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners
- /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners
- /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups
- /actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -6,6 +6,7 @@ redirect_from:
- /github/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners - /github/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners
- /actions/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners
- /actions/hosting-your-own-runners/checking-the-status-of-self-hosted-runners - /actions/hosting-your-own-runners/checking-the-status-of-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ redirect_from:
- /github/automating-your-workflow-with-github-actions/removing-self-hosted-runners - /github/automating-your-workflow-with-github-actions/removing-self-hosted-runners
- /actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners
- /actions/hosting-your-own-runners/removing-self-hosted-runners - /actions/hosting-your-own-runners/removing-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -3,6 +3,7 @@ title: Running scripts before or after a job
intro: 'Scripts can automatically execute on a self-hosted runner, directly before or after a job.' intro: 'Scripts can automatically execute on a self-hosted runner, directly before or after a job.'
redirect_from: redirect_from:
- /actions/hosting-your-own-runners/running-scripts-before-or-after-a-job - /actions/hosting-your-own-runners/running-scripts-before-or-after-a-job
- /actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -4,6 +4,7 @@ intro: 'You can configure self-hosted runners to use a proxy server to communica
redirect_from: redirect_from:
- /actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners
- /actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners - /actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -3,6 +3,7 @@ title: Using labels with self-hosted runners
intro: You can use labels to organize your self-hosted runners based on their characteristics. intro: You can use labels to organize your self-hosted runners based on their characteristics.
redirect_from: redirect_from:
- /actions/hosting-your-own-runners/using-labels-with-self-hosted-runners - /actions/hosting-your-own-runners/using-labels-with-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ redirect_from:
- /github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow - /github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow
- /actions/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow - /actions/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow
- /actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow - /actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow
- /actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -0,0 +1,20 @@
---
title: How-tos for GitHub Actions
shortTitle: How-tos
intro: "Learn how to accomplish specific goals with GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /writing-workflows
- /managing-workflow-runs-and-deployments
- /sharing-automations
- /monitoring-and-troubleshooting-workflows
- /using-github-hosted-runners
- /hosting-your-own-runners
- /security-for-github-actions
- /use-cases-and-examples
- /migrating-to-github-actions
- /administering-github-actions
---

View File

@@ -9,6 +9,7 @@ redirect_from:
- /actions/automating-your-workflow-with-github-actions/managing-a-workflow-run - /actions/automating-your-workflow-with-github-actions/managing-a-workflow-run
- /actions/configuring-and-managing-workflows/configuring-and-managing-workflow-files-and-runs - /actions/configuring-and-managing-workflows/configuring-and-managing-workflow-files-and-runs
- /actions/managing-workflow-runs - /actions/managing-workflow-runs
- /actions/managing-workflow-runs-and-deployments
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -13,6 +13,7 @@ topics:
- Deployment - Deployment
redirect_from: redirect_from:
- /actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules - /actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments/configuring-custom-deployment-protection-rules
--- ---
{% data reusables.actions.custom-deployment-protection-rules-beta-note %} {% data reusables.actions.custom-deployment-protection-rules-beta-note %}

View File

@@ -13,6 +13,7 @@ topics:
- Deployment - Deployment
redirect_from: redirect_from:
- /actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules - /actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments/creating-custom-deployment-protection-rules
--- ---
{% data reusables.actions.custom-deployment-protection-rules-beta-note %} {% data reusables.actions.custom-deployment-protection-rules-beta-note %}

View File

@@ -5,6 +5,7 @@ intro: 'View your deployment history and configure rules to protect your deploym
redirect_from: redirect_from:
- /actions/deployment/managing-your-deployments - /actions/deployment/managing-your-deployments
- /actions/deployment/protecting-deployments - /actions/deployment/protecting-deployments
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -12,6 +12,8 @@ redirect_from:
- /actions/deployment/targeting-different-environments - /actions/deployment/targeting-different-environments
- /actions/deployment/targeting-different-environments/managing-environments-for-deployment - /actions/deployment/targeting-different-environments/managing-environments-for-deployment
- /actions/administering-github-actions/managing-environments-for-deployment - /actions/administering-github-actions/managing-environments-for-deployment
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments/managing-environments-for-deployment
- /actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment
topics: topics:
- CD - CD
- Deployment - Deployment

View File

@@ -9,6 +9,7 @@ versions:
ghec: '*' ghec: '*'
redirect_from: redirect_from:
- /actions/managing-workflow-runs/reviewing-deployments - /actions/managing-workflow-runs/reviewing-deployments
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments/reviewing-deployments
--- ---

View File

@@ -12,6 +12,7 @@ redirect_from:
- /developers/overview/viewing-deployment-history - /developers/overview/viewing-deployment-history
- /actions/deployment/viewing-deployment-history - /actions/deployment/viewing-deployment-history
- /actions/deployment/managing-your-deployments/viewing-deployment-history - /actions/deployment/managing-your-deployments/viewing-deployment-history
- /actions/managing-workflow-runs-and-deployments/managing-workflow-deployments/viewing-deployment-history
--- ---
## About deployment history ## About deployment history

View File

@@ -9,6 +9,7 @@ versions:
shortTitle: Approve private fork runs shortTitle: Approve private fork runs
redirect_from: redirect_from:
- /actions/managing-workflow-runs/approving-workflow-runs-from-private-forks - /actions/managing-workflow-runs/approving-workflow-runs-from-private-forks
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks
--- ---
## About workflow runs from private forks ## About workflow runs from private forks

View File

@@ -8,6 +8,7 @@ versions:
shortTitle: Approve public fork runs shortTitle: Approve public fork runs
redirect_from: redirect_from:
- /actions/managing-workflow-runs/approving-workflow-runs-from-public-forks - /actions/managing-workflow-runs/approving-workflow-runs-from-public-forks
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks
--- ---
## About workflow runs from public forks ## About workflow runs from public forks

View File

@@ -8,6 +8,7 @@ versions:
ghec: '*' ghec: '*'
redirect_from: redirect_from:
- /actions/managing-workflow-runs/canceling-a-workflow - /actions/managing-workflow-runs/canceling-a-workflow
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/canceling-a-workflow
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -8,6 +8,7 @@ versions:
ghec: '*' ghec: '*'
redirect_from: redirect_from:
- /actions/managing-workflow-runs/deleting-a-workflow-run - /actions/managing-workflow-runs/deleting-a-workflow-run
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/deleting-a-workflow-run
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -9,6 +9,7 @@ shortTitle: Disable & enable a workflow
redirect_from: redirect_from:
- /actions/managing-workflow-runs/disabling-and-enabling-a-workflow - /actions/managing-workflow-runs/disabling-and-enabling-a-workflow
- /actions/using-workflows/disabling-and-enabling-a-workflow - /actions/using-workflows/disabling-and-enabling-a-workflow
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -9,6 +9,7 @@ versions:
shortTitle: Download workflow artifacts shortTitle: Download workflow artifacts
redirect_from: redirect_from:
- /actions/managing-workflow-runs/downloading-workflow-artifacts - /actions/managing-workflow-runs/downloading-workflow-artifacts
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/downloading-workflow-artifacts
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -17,5 +17,7 @@ children:
- /removing-workflow-artifacts - /removing-workflow-artifacts
- /approving-workflow-runs-from-public-forks - /approving-workflow-runs-from-public-forks
- /approving-workflow-runs-from-private-forks - /approving-workflow-runs-from-private-forks
redirect_from:
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs
--- ---

View File

@@ -9,6 +9,7 @@ shortTitle: Manually run a workflow
redirect_from: redirect_from:
- /actions/managing-workflow-runs/manually-running-a-workflow - /actions/managing-workflow-runs/manually-running-a-workflow
- /actions/using-workflows/manually-running-a-workflow - /actions/using-workflows/manually-running-a-workflow
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -6,6 +6,7 @@ permissions: People with write permissions to a repository can re-run workflows
redirect_from: redirect_from:
- /actions/managing-workflow-runs/re-running-a-workflow - /actions/managing-workflow-runs/re-running-a-workflow
- /actions/managing-workflow-runs/re-running-workflows-and-jobs - /actions/managing-workflow-runs/re-running-workflows-and-jobs
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/re-running-workflows-and-jobs
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -8,6 +8,7 @@ versions:
shortTitle: Remove workflow artifacts shortTitle: Remove workflow artifacts
redirect_from: redirect_from:
- /actions/managing-workflow-runs/removing-workflow-artifacts - /actions/managing-workflow-runs/removing-workflow-artifacts
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/removing-workflow-artifacts
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -8,6 +8,7 @@ versions:
shortTitle: Skip workflow runs shortTitle: Skip workflow runs
redirect_from: redirect_from:
- /actions/managing-workflow-runs/skipping-workflow-runs - /actions/managing-workflow-runs/skipping-workflow-runs
- /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -8,6 +8,7 @@ versions:
ghec: '*' ghec: '*'
redirect_from: redirect_from:
- /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax - /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax
- /actions/migrating-to-github-actions
children: children:
- /using-github-actions-importer-to-automate-migrations - /using-github-actions-importer-to-automate-migrations
- /manually-migrating-to-github-actions - /manually-migrating-to-github-actions

View File

@@ -14,5 +14,6 @@ children:
- /migrating-from-travis-ci-to-github-actions - /migrating-from-travis-ci-to-github-actions
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/manual-migrations - /actions/migrating-to-github-actions/manual-migrations
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions
--- ---

View File

@@ -5,6 +5,7 @@ redirect_from:
- /actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions - /actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions
- /actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions - /actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-azure-pipelines-to-github-actions - /actions/migrating-to-github-actions/manual-migrations/migrating-from-azure-pipelines-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ redirect_from:
- /actions/learn-github-actions/migrating-from-circleci-to-github-actions - /actions/learn-github-actions/migrating-from-circleci-to-github-actions
- /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions - /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions - /actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-githib-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ redirect_from:
- /actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions - /actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions
- /actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions - /actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-gitlab-cicd-to-github-actions - /actions/migrating-to-github-actions/manual-migrations/migrating-from-gitlab-cicd-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ redirect_from:
- /actions/learn-github-actions/migrating-from-jenkins-to-github-actions - /actions/learn-github-actions/migrating-from-jenkins-to-github-actions
- /actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions - /actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions - /actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ redirect_from:
- /actions/learn-github-actions/migrating-from-travis-ci-to-github-actions - /actions/learn-github-actions/migrating-from-travis-ci-to-github-actions
- /actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions - /actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-travis-ci-to-github-actions - /actions/migrating-to-github-actions/manual-migrations/migrating-from-travis-ci-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -4,6 +4,7 @@ intro: 'Use {% data variables.product.prodname_actions_importer %} to plan and a
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automating-migration-with-github-actions-importer - /actions/migrating-to-github-actions/automating-migration-with-github-actions-importer
- /actions/migrating-to-github-actions/automated-migrations/automating-migration-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/automating-migration-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: Extending GitHub Actions Importer shortTitle: Extending GitHub Actions Importer
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers - /actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -18,5 +18,6 @@ children:
- /migrating-from-travis-ci-with-github-actions-importer - /migrating-from-travis-ci-with-github-actions-importer
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations - /actions/migrating-to-github-actions/automated-migrations
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations
--- ---

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: Azure DevOps migration shortTitle: Azure DevOps migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: Bamboo migration shortTitle: Bamboo migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: Bitbucket Pipelines migration shortTitle: Bitbucket Pipelines migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: CircleCI migration shortTitle: CircleCI migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-circleci-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-circleci-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: GitLab migration shortTitle: GitLab migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: Jenkins migration shortTitle: Jenkins migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-jenkins-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-jenkins-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -13,6 +13,7 @@ topics:
shortTitle: Travis CI migration shortTitle: Travis CI migration
redirect_from: redirect_from:
- /actions/migrating-to-github-actions/automated-migrations/migrating-from-travis-ci-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/migrating-from-travis-ci-with-github-actions-importer
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer
--- ---
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -6,6 +6,7 @@ redirect_from:
- /articles/viewing-your-repository-s-workflows - /articles/viewing-your-repository-s-workflows
- /articles/viewing-your-repositorys-workflows - /articles/viewing-your-repositorys-workflows
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting - /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
- /actions/monitoring-and-troubleshooting-workflows
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ intro: You can display a status badge in your repository to indicate the status
redirect_from: redirect_from:
- /actions/managing-workflow-runs/adding-a-workflow-status-badge - /actions/managing-workflow-runs/adding-a-workflow-status-badge
- /actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge - /actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/adding-a-workflow-status-badge
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -12,4 +12,6 @@ children:
- /viewing-job-execution-time - /viewing-job-execution-time
- /adding-a-workflow-status-badge - /adding-a-workflow-status-badge
- /using-workflow-run-logs - /using-workflow-run-logs
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows
--- ---

View File

@@ -5,6 +5,7 @@ intro: Every workflow run generates a real-time graph that illustrates the run p
redirect_from: redirect_from:
- /actions/managing-workflow-runs/using-the-visualization-graph - /actions/managing-workflow-runs/using-the-visualization-graph
- /actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph - /actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/using-the-visualization-graph
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ intro: 'You can view, search, and download the logs for each job in a workflow r
redirect_from: redirect_from:
- /actions/managing-workflow-runs/using-workflow-run-logs - /actions/managing-workflow-runs/using-workflow-run-logs
- /actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs - /actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/using-workflow-run-logs
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ intro: 'You can view the execution time of a job, including the billable minutes
redirect_from: redirect_from:
- /actions/managing-workflow-runs/viewing-job-execution-time - /actions/managing-workflow-runs/viewing-job-execution-time
- /actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time - /actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/viewing-job-execution-time
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -5,6 +5,7 @@ intro: You can view logs for each run of a workflow. Logs include the status for
redirect_from: redirect_from:
- /actions/managing-workflow-runs/viewing-workflow-run-history - /actions/managing-workflow-runs/viewing-workflow-run-history
- /actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history - /actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/viewing-workflow-run-history
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -5,6 +5,7 @@ intro: 'If the workflow logs do not provide enough detail to diagnose why a work
redirect_from: redirect_from:
- /actions/managing-workflow-runs/enabling-debug-logging - /actions/managing-workflow-runs/enabling-debug-logging
- /actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging - /actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -10,4 +10,6 @@ children:
- /using-copilot-to-troubleshoot-workflows - /using-copilot-to-troubleshoot-workflows
- /enabling-debug-logging - /enabling-debug-logging
- /working-with-support-for-github-actions - /working-with-support-for-github-actions
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows
--- ---

View File

@@ -5,6 +5,8 @@ versions:
feature: copilot feature: copilot
shortTitle: Use Copilot shortTitle: Use Copilot
permissions: This feature is available for users on all {% data variables.product.prodname_copilot %} subscription tiers. permissions: This feature is available for users on all {% data variables.product.prodname_copilot %} subscription tiers.
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows
--- ---
If a workflow run fails, you can open a chat with {% data variables.product.prodname_copilot %} for assistance resolving the error. If a workflow run fails, you can open a chat with {% data variables.product.prodname_copilot %} for assistance resolving the error.

View File

@@ -12,6 +12,7 @@ topics:
shortTitle: 'Working with {% data variables.contact.github_support %}' shortTitle: 'Working with {% data variables.contact.github_support %}'
redirect_from: redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/working-with-support-for-github-actions - /actions/monitoring-and-troubleshooting-workflows/working-with-support-for-github-actions
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
--- ---
You can [contact {% data variables.contact.github_support %}](/support/contacting-github-support) for assistance with {% data variables.product.prodname_actions %}. You can [contact {% data variables.contact.github_support %}](/support/contacting-github-support) for assistance with {% data variables.product.prodname_actions %}.

View File

@@ -4,6 +4,7 @@ shortTitle: Security
intro: 'Use security best practices with {% data variables.product.prodname_actions %}, and use {% data variables.product.prodname_actions %} to improve the security of your software supply chain.' intro: 'Use security best practices with {% data variables.product.prodname_actions %}, and use {% data variables.product.prodname_actions %} to improve the security of your software supply chain.'
redirect_from: redirect_from:
- /actions/security-guides - /actions/security-guides
- /actions/security-for-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -7,6 +7,7 @@ redirect_from:
- /actions/configuring-and-managing-workflows/authenticating-with-the-github_token - /actions/configuring-and-managing-workflows/authenticating-with-the-github_token
- /actions/reference/authentication-in-a-workflow - /actions/reference/authentication-in-a-workflow
- /actions/security-guides/automatic-token-authentication - /actions/security-guides/automatic-token-authentication
- /actions/security-for-github-actions/security-guides/automatic-token-authentication
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -11,5 +11,7 @@ children:
- /using-secrets-in-github-actions - /using-secrets-in-github-actions
- /automatic-token-authentication - /automatic-token-authentication
- /using-githubs-security-features-to-secure-your-use-of-github-actions - /using-githubs-security-features-to-secure-your-use-of-github-actions
redirect_from:
- /actions/security-for-github-actions/security-guides
--- ---

View File

@@ -6,6 +6,7 @@ redirect_from:
- /actions/getting-started-with-github-actions/security-hardening-for-github-actions - /actions/getting-started-with-github-actions/security-hardening-for-github-actions
- /actions/learn-github-actions/security-hardening-for-github-actions - /actions/learn-github-actions/security-hardening-for-github-actions
- /actions/security-guides/security-hardening-for-github-actions - /actions/security-guides/security-hardening-for-github-actions
- /actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -8,6 +8,7 @@ versions:
shortTitle: GitHub security features shortTitle: GitHub security features
redirect_from: redirect_from:
- /actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions - /actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions
- /actions/security-for-github-actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions
--- ---
## About {% data variables.product.prodname_dotcom %}'s security features ## About {% data variables.product.prodname_dotcom %}'s security features

View File

@@ -11,6 +11,7 @@ redirect_from:
- /actions/managing-workflows/storing-secrets - /actions/managing-workflows/storing-secrets
- /actions/security-guides/encrypted-secrets - /actions/security-guides/encrypted-secrets
- /actions/security-guides/using-secrets-in-github-actions - /actions/security-guides/using-secrets-in-github-actions
- /actions/security-for-github-actions/security-guides/using-secrets-in-github-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -11,6 +11,7 @@ topics:
- Security - Security
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -11,6 +11,7 @@ topics:
- Security - Security
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-azure
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -11,6 +11,7 @@ topics:
- Security - Security
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -11,6 +11,7 @@ topics:
- Security - Security
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -11,6 +11,7 @@ topics:
- Security - Security
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -11,6 +11,7 @@ topics:
- Actions - Actions
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-jfrog
--- ---
## Overview ## Overview

View File

@@ -11,6 +11,7 @@ topics:
- Actions - Actions
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi - /actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments/configuring-openid-connect-in-pypi
--- ---
## Overview ## Overview

View File

@@ -4,6 +4,7 @@ shortTitle: Security harden deployments
intro: Use OpenID Connect within your workflows to authenticate with your cloud provider. intro: Use OpenID Connect within your workflows to authenticate with your cloud provider.
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments - /actions/deployment/security-hardening-your-deployments
- /actions/security-for-github-actions/security-guides/security-hardening-your-deployments
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -7,6 +7,7 @@ versions:
shortTitle: Artifact attestations Kubernetes admission controller shortTitle: Artifact attestations Kubernetes admission controller
redirect_from: redirect_from:
- /actions/security-guides/enforcing-artifact-attestations-with-a-kubernetes-admission-controller - /actions/security-guides/enforcing-artifact-attestations-with-a-kubernetes-admission-controller
- /actions/security-for-github-actions/using-artifact-attestations/enforcing-artifact-attestations-with-a-kubernetes-admission-controller
--- ---
>[!NOTE] Before proceeding, ensure you have enabled build provenance for container images, including setting the `push-to-registry` attribute in the [`attest-build-provenance` action](https://github.com/actions/attest-build-provenance) as documented in [Generating build provenance for container images](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#generating-build-provenance-for-container-images). This is required for the Policy Controller to verify the attestation. >[!NOTE] Before proceeding, ensure you have enabled build provenance for container images, including setting the `push-to-registry` attribute in the [`attest-build-provenance` action](https://github.com/actions/attest-build-provenance) as documented in [Generating build provenance for container images](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#generating-build-provenance-for-container-images). This is required for the Policy Controller to verify the attestation.

View File

@@ -11,5 +11,7 @@ children:
- /using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3 - /using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3
- /enforcing-artifact-attestations-with-a-kubernetes-admission-controller - /enforcing-artifact-attestations-with-a-kubernetes-admission-controller
- /verifying-attestations-offline - /verifying-attestations-offline
redirect_from:
- /actions/security-for-github-actions/security-guides/using-artifact-attestations
--- ---

View File

@@ -12,6 +12,7 @@ versions:
ghec: '*' ghec: '*'
redirect_from: redirect_from:
- /actions/security-guides/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3 - /actions/security-guides/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3
- /actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3
--- ---
## Introduction ## Introduction

View File

@@ -8,6 +8,7 @@ versions:
shortTitle: Artifact attestations shortTitle: Artifact attestations
redirect_from: redirect_from:
- /actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds - /actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
- /actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds
--- ---
## About artifact attestations ## About artifact attestations

View File

@@ -12,6 +12,7 @@ versions:
ghec: '*' ghec: '*'
redirect_from: redirect_from:
- /actions/security-guides/verifying-attestations-offline - /actions/security-guides/verifying-attestations-offline
- /actions/security-for-github-actions/using-artifact-attestations/verifying-attestations-offline
--- ---
## Introduction ## Introduction

View File

@@ -4,6 +4,7 @@ shortTitle: CLI setup action
intro: 'Learn how to develop an action to set up a CLI on {% data variables.product.prodname_actions %} runners.' intro: 'Learn how to develop an action to set up a CLI on {% data variables.product.prodname_actions %} runners.'
redirect_from: redirect_from:
- /actions/creating-actions/developing-a-third-party-cli-action - /actions/creating-actions/developing-a-third-party-cli-action
- /actions/sharing-automations/creating-actions/developing-a-third-party-cli-action
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -11,6 +11,8 @@ children:
- /releasing-and-maintaining-actions - /releasing-and-maintaining-actions
- /publishing-actions-in-github-marketplace - /publishing-actions-in-github-marketplace
- /developing-a-third-party-cli-action - /developing-a-third-party-cli-action
redirect_from:
- /actions/sharing-automations/creating-actions
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -6,6 +6,7 @@ redirect_from:
- /actions/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace - /actions/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
- /actions/building-actions/publishing-actions-in-github-marketplace - /actions/building-actions/publishing-actions-in-github-marketplace
- /actions/creating-actions/publishing-actions-in-github-marketplace - /actions/creating-actions/publishing-actions-in-github-marketplace
- /actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -13,6 +13,7 @@ versions:
ghes: '*' ghes: '*'
redirect_from: redirect_from:
- /actions/creating-actions/releasing-and-maintaining-actions - /actions/creating-actions/releasing-and-maintaining-actions
- /actions/sharing-automations/creating-actions/releasing-and-maintaining-actions
--- ---
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -5,6 +5,7 @@ intro: 'You can use exit codes to set the status of an action. {% data variables
redirect_from: redirect_from:
- /actions/building-actions/setting-exit-codes-for-actions - /actions/building-actions/setting-exit-codes-for-actions
- /actions/creating-actions/setting-exit-codes-for-actions - /actions/creating-actions/setting-exit-codes-for-actions
- /actions/sharing-automations/creating-actions/setting-exit-codes-for-actions
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -7,6 +7,7 @@ redirect_from:
- /actions/learn-github-actions/creating-workflow-templates - /actions/learn-github-actions/creating-workflow-templates
- /actions/learn-github-actions/creating-starter-workflows-for-your-organization - /actions/learn-github-actions/creating-starter-workflows-for-your-organization
- /actions/using-workflows/creating-starter-workflows-for-your-organization - /actions/using-workflows/creating-starter-workflows-for-your-organization
- /actions/creating-starter-workflow-templates-for-your-organization
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

Some files were not shown because too many files have changed in this diff Show More