EDI-ify "Tutorials" in the Actions docs (#56848)
Co-authored-by: Wechuli <wechuli@github.com> Co-authored-by: John Clement <70238417+jclement136@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Deploying with GitHub Actions
|
||||
shortTitle: Controlling deployments
|
||||
shortTitle: Control deployments
|
||||
intro: Learn how to control deployments with features like environments and concurrency.
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -12,6 +12,7 @@ redirect_from:
|
||||
- /actions/deployment/about-deployments/deploying-with-github-actions
|
||||
- /actions/use-cases-and-examples/deploying/deploying-with-github-actions
|
||||
- /actions/concepts/use-cases/deploying-with-github-actions
|
||||
- /actions/tutorials/deploying-with-github-actions
|
||||
topics:
|
||||
- CD
|
||||
- Deployment
|
||||
@@ -12,6 +12,7 @@ versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /control-deployments
|
||||
- /view-deployment-history
|
||||
- /manage-environments
|
||||
- /review-deployments
|
||||
|
||||
@@ -13,8 +13,8 @@ featuredLinks:
|
||||
- /packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions
|
||||
guideCards:
|
||||
- /actions/how-tos/write-workflows/use-workflow-templates
|
||||
- /actions/tutorials/publishing-packages/publishing-nodejs-packages
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-powershell
|
||||
- /actions/tutorials/publish-packages/publish-nodejs-packages
|
||||
- /actions/tutorials/build-and-test-code/powershell
|
||||
popular:
|
||||
- /actions/reference/workflows-and-actions/workflow-syntax
|
||||
- /actions/how-tos/write-workflows
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Use GITHUB_TOKEN in workflows
|
||||
title: Use GITHUB_TOKEN for authentication in workflows
|
||||
intro: 'Learn how to use the `GITHUB_TOKEN` to authenticate on behalf of {% data variables.product.prodname_actions %}.'
|
||||
redirect_from:
|
||||
- /github/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
|
||||
@@ -15,11 +15,12 @@ redirect_from:
|
||||
- /actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github-token
|
||||
- /actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
|
||||
- /actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
|
||||
- /actions/tutorials/use-github_token-in-workflows
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
shortTitle: Use GITHUB_TOKEN
|
||||
shortTitle: Authenticate with GITHUB_TOKEN
|
||||
---
|
||||
|
||||
This tutorial leads you through how to use the `GITHUB_TOKEN` for authentication in {% data variables.product.prodname_actions %} workflows, including examples for passing the token to actions, making API requests, and configuring permissions for secure automation.
|
||||
@@ -13,6 +13,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-go
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-go
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-go
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-go
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
@@ -21,16 +21,17 @@ redirect_from:
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing
|
||||
- /actions/how-tos/writing-workflows/building-and-testing
|
||||
children:
|
||||
- /building-and-testing-go
|
||||
- /building-and-testing-java-with-ant
|
||||
- /building-and-testing-java-with-gradle
|
||||
- /building-and-testing-java-with-maven
|
||||
- /building-and-testing-net
|
||||
- /building-and-testing-nodejs
|
||||
- /building-and-testing-powershell
|
||||
- /building-and-testing-python
|
||||
- /building-and-testing-ruby
|
||||
- /building-and-testing-rust
|
||||
- /building-and-testing-swift
|
||||
- /building-and-testing-xamarin-applications
|
||||
- /go
|
||||
- /java-with-ant
|
||||
- /java-with-gradle
|
||||
- /java-with-maven
|
||||
- /net
|
||||
- /nodejs
|
||||
- /powershell
|
||||
- /python
|
||||
- /ruby
|
||||
- /rust
|
||||
- /swift
|
||||
- /xamarin-apps
|
||||
---
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/automating-builds-and-tests/building-and-testing-java-with-ant
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-ant
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-ant
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-java-with-ant
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -8,6 +8,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-gradle
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-java-with-gradle
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -8,6 +8,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-maven
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-java-with-maven
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-net
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-net
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-net
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-net
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -9,6 +9,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-nodejs
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-nodejs
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-powershell
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-powershell
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-powershell
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -9,6 +9,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-python
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-python
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-python
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-ruby
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-ruby
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-ruby
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -12,6 +12,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-rust
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-rust
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-rust
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-rust
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-swift
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-swift
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-swift
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-swift
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-xamarin-applications
|
||||
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-xamarin-applications
|
||||
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-xamarin-applications
|
||||
- /actions/tutorials/build-and-test-code/building-and-testing-xamarin-applications
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -6,6 +6,7 @@ redirect_from:
|
||||
- /actions/creating-actions/creating-a-composite-run-steps-action
|
||||
- /actions/creating-actions/creating-a-composite-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-composite-action
|
||||
- /actions/tutorials/creating-a-composite-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -9,6 +9,7 @@ redirect_from:
|
||||
- /actions/building-actions/creating-a-javascript-action
|
||||
- /actions/creating-actions/creating-a-javascript-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
|
||||
- /actions/tutorials/creating-a-javascript-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
11
content/actions/tutorials/create-actions/index.md
Normal file
11
content/actions/tutorials/create-actions/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Create actions
|
||||
intro: You can build reusable actions to automate tasks in your workflows.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /create-a-javascript-action
|
||||
- /create-a-composite-action
|
||||
---
|
||||
@@ -13,6 +13,7 @@ shortTitle: Create an example workflow
|
||||
layout: inline
|
||||
redirect_from:
|
||||
- /actions/use-cases-and-examples/creating-an-example-workflow
|
||||
- /actions/tutorials/creating-an-example-workflow
|
||||
---
|
||||
|
||||
## Introduction
|
||||
@@ -7,19 +7,16 @@ versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /migrating-to-github-actions
|
||||
- /actions-runner-controller
|
||||
- /project-management
|
||||
- /using-containerized-services
|
||||
- /create-an-example-workflow
|
||||
- /build-and-test-code
|
||||
- /publishing-packages
|
||||
- /creating-an-example-workflow
|
||||
- /use-github_token-in-workflows
|
||||
- /creating-a-javascript-action
|
||||
- /creating-a-composite-action
|
||||
- /authenticate-with-github_token
|
||||
- /create-actions
|
||||
- /publish-packages
|
||||
- /manage-your-work
|
||||
- /store-and-share-data
|
||||
- /deploying-with-github-actions
|
||||
- /communicating-with-docker-service-containers
|
||||
- /use-containerized-services
|
||||
- /migrate-to-github-actions
|
||||
- /use-actions-runner-controller
|
||||
redirect_from:
|
||||
- /actions/guides
|
||||
- /actions/how-tos/use-cases-and-examples
|
||||
|
||||
@@ -6,6 +6,7 @@ redirect_from:
|
||||
- /actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added
|
||||
- /actions/use-cases-and-examples/project-management/commenting-on-an-issue-when-a-label-is-added
|
||||
- /actions/how-tos/use-cases-and-examples/project-management/commenting-on-an-issue-when-a-label-is-added
|
||||
- /actions/tutorials/project-management/commenting-on-an-issue-when-a-label-is-added
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -14,7 +15,7 @@ type: tutorial
|
||||
topics:
|
||||
- Workflows
|
||||
- Project management
|
||||
shortTitle: Add label to comment on issue
|
||||
shortTitle: Add comments with labels
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/managing-issues-and-pull-requests/adding-labels-to-issues
|
||||
- /actions/use-cases-and-examples/project-management/adding-labels-to-issues
|
||||
- /actions/how-tos/use-cases-and-examples/project-management/adding-labels-to-issues
|
||||
- /actions/tutorials/project-management/adding-labels-to-issues
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -16,7 +17,7 @@ topics:
|
||||
- Workflows
|
||||
- Project management
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -32,7 +33,7 @@ In the tutorial, you will first make a workflow file that uses the {% data varia
|
||||
1. {% data reusables.actions.choose-repo %}
|
||||
1. {% data reusables.actions.make-workflow-file %}
|
||||
1. Copy the following YAML contents into your workflow file.
|
||||
|
||||
|
||||
```yaml copy
|
||||
name: Label issues
|
||||
on:
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/managing-issues-and-pull-requests/closing-inactive-issues
|
||||
- /actions/use-cases-and-examples/project-management/closing-inactive-issues
|
||||
- /actions/how-tos/use-cases-and-examples/project-management/closing-inactive-issues
|
||||
- /actions/tutorials/project-management/closing-inactive-issues
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
title: Managing projects
|
||||
shortTitle: Project management
|
||||
title: Managing your work with GitHub Actions
|
||||
shortTitle: Manage your work
|
||||
intro: 'You can automatically manage your issues and pull requests using {% data variables.product.prodname_actions %} workflows.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /adding-labels-to-issues
|
||||
- /closing-inactive-issues
|
||||
- /commenting-on-an-issue-when-a-label-is-added
|
||||
- /scheduling-issue-creation
|
||||
- /add-labels-to-issues
|
||||
- /close-inactive-issues
|
||||
- /add-comments-with-labels
|
||||
- /schedule-issue-creation
|
||||
redirect_from:
|
||||
- /actions/managing-issues-and-pull-requests
|
||||
- /actions/use-cases-and-examples/project-management
|
||||
@@ -18,5 +18,5 @@ redirect_from:
|
||||
- /actions/how-tos/use-cases-and-examples/project-management/removing-a-label-when-a-card-is-added-to-a-project-board-column
|
||||
- /actions/how-tos/use-cases-and-examples/project-management
|
||||
- /actions/examples
|
||||
- /actions/tutorials/project-management
|
||||
---
|
||||
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /actions/managing-issues-and-pull-requests/scheduling-issue-creation
|
||||
- /actions/use-cases-and-examples/project-management/scheduling-issue-creation
|
||||
- /actions/how-tos/use-cases-and-examples/project-management/scheduling-issue-creation
|
||||
- /actions/tutorials/project-management/scheduling-issue-creation
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from Azure DevOps with GitHub Actions Importer
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from Bamboo with GitHub Actions Importer
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from Bitbucket Pipelines with GitHub Actions Importer
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from CircleCI with GitHub Actions Importer
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from GitLab with GitHub Actions Importer
|
||||
@@ -7,17 +7,17 @@ versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /automating-migration-with-github-actions-importer
|
||||
- /migrating-from-azure-devops-with-github-actions-importer
|
||||
- /migrating-from-bamboo-with-github-actions-importer
|
||||
- /migrating-from-bitbucket-pipelines-with-github-actions-importer
|
||||
- /migrating-from-circleci-with-github-actions-importer
|
||||
- /migrating-from-gitlab-with-github-actions-importer
|
||||
- /migrating-from-jenkins-with-github-actions-importer
|
||||
- /migrating-from-travis-ci-with-github-actions-importer
|
||||
- /use-github-actions-importer
|
||||
- /azure-devops-migration
|
||||
- /bamboo-migration
|
||||
- /bitbucket-pipelines-migration
|
||||
- /circleci-migration
|
||||
- /gitlab-migration
|
||||
- /jenkins-migration
|
||||
- /travis-ci-migration
|
||||
redirect_from:
|
||||
- /actions/migrating-to-github-actions/automated-migrations
|
||||
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations
|
||||
---
|
||||
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from Jenkins with GitHub Actions Importer
|
||||
@@ -15,6 +15,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer
|
||||
---
|
||||
|
||||
## About migrating from Travis CI with GitHub Actions Importer
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Automating migration with GitHub Actions Importer
|
||||
shortTitle: Use GitHub Actions Importer
|
||||
intro: 'Use {% data variables.product.prodname_actions_importer %} to plan and automate your migration to {% data variables.product.prodname_actions %}.'
|
||||
redirect_from:
|
||||
- /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/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer
|
||||
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
@@ -15,7 +17,6 @@ topics:
|
||||
- Migration
|
||||
- CI
|
||||
- CD
|
||||
shortTitle: 'Automate migration with {% data variables.product.prodname_actions_importer %}'
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
@@ -10,8 +10,9 @@ redirect_from:
|
||||
- /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax
|
||||
- /actions/migrating-to-github-actions
|
||||
- /actions/how-tos/migrating-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions
|
||||
children:
|
||||
- /using-github-actions-importer-to-automate-migrations
|
||||
- /manually-migrating-to-github-actions
|
||||
- /automated-migrations
|
||||
- /manual-migrations
|
||||
---
|
||||
|
||||
@@ -7,14 +7,14 @@ versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /migrating-from-azure-pipelines-to-github-actions
|
||||
- /migrating-from-circleci-to-github-actions
|
||||
- /migrating-from-gitlab-cicd-to-github-actions
|
||||
- /migrating-from-jenkins-to-github-actions
|
||||
- /migrating-from-travis-ci-to-github-actions
|
||||
- /migrate-from-azure-pipelines
|
||||
- /migrate-from-circleci
|
||||
- /migrate-from-gitlab-cicd
|
||||
- /migrate-from-jenkins
|
||||
- /migrate-from-travis-ci
|
||||
redirect_from:
|
||||
- /actions/migrating-to-github-actions/manual-migrations
|
||||
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions
|
||||
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions
|
||||
---
|
||||
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -19,7 +20,7 @@ topics:
|
||||
- CD
|
||||
shortTitle: Migrate from Azure Pipelines
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /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-github-actions
|
||||
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -7,6 +7,7 @@ redirect_from:
|
||||
- /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
|
||||
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
|
||||
- /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -11,10 +11,11 @@ redirect_from:
|
||||
- /actions/publishing-packages
|
||||
- /actions/use-cases-and-examples/publishing-packages
|
||||
- /actions/how-tos/use-cases-and-examples/publishing-packages
|
||||
- /actions/tutorials/publishing-packages
|
||||
children:
|
||||
- /publishing-docker-images
|
||||
- /publishing-java-packages-with-gradle
|
||||
- /publishing-java-packages-with-maven
|
||||
- /publishing-nodejs-packages
|
||||
- /publish-docker-images
|
||||
- /publish-java-packages-with-gradle
|
||||
- /publish-java-packages-with-maven
|
||||
- /publish-nodejs-packages
|
||||
---
|
||||
|
||||
@@ -8,6 +8,7 @@ redirect_from:
|
||||
- /actions/publishing-packages/publishing-docker-images
|
||||
- /actions/use-cases-and-examples/publishing-packages/publishing-docker-images
|
||||
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-docker-images
|
||||
- /actions/tutorials/publishing-packages/publishing-docker-images
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,13 +1,14 @@
|
||||
---
|
||||
title: Publishing Java packages with Gradle
|
||||
shortTitle: Publish Java packages with Gradle
|
||||
intro: In this tutorial, you'll learn how to use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
||||
intro: 'In this tutorial, you''ll learn how to use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.'
|
||||
redirect_from:
|
||||
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle
|
||||
- /actions/guides/publishing-java-packages-with-gradle
|
||||
- /actions/publishing-packages/publishing-java-packages-with-gradle
|
||||
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle
|
||||
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle
|
||||
- /actions/tutorials/publishing-packages/publishing-java-packages-with-gradle
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,13 +1,14 @@
|
||||
---
|
||||
title: Publishing Java packages with Maven
|
||||
shortTitle: Publish Java packages with Maven
|
||||
intro: In this tutorial, you'll learn how to use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
||||
intro: 'In this tutorial, you''ll learn how to use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.'
|
||||
redirect_from:
|
||||
- /actions/language-and-framework-guides/publishing-java-packages-with-maven
|
||||
- /actions/guides/publishing-java-packages-with-maven
|
||||
- /actions/publishing-packages/publishing-java-packages-with-maven
|
||||
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven
|
||||
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven
|
||||
- /actions/tutorials/publishing-packages/publishing-java-packages-with-maven
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Publishing Node.js packages
|
||||
shortTitle: Publish Node.js packages
|
||||
intro: In this tutorial, you'll learn how to publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
|
||||
intro: 'In this tutorial, you''ll learn how to publish Node.js packages to a registry as part of your continuous integration (CI) workflow.'
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages
|
||||
- /actions/language-and-framework-guides/publishing-nodejs-packages
|
||||
@@ -9,6 +9,7 @@ redirect_from:
|
||||
- /actions/publishing-packages/publishing-nodejs-packages
|
||||
- /actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
|
||||
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
|
||||
- /actions/tutorials/publishing-packages/publishing-nodejs-packages
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Authenticating ARC to the GitHub API
|
||||
shortTitle: Authenticating to the API
|
||||
shortTitle: Authenticate to the API
|
||||
intro: 'Learn how to authenticate {% data variables.product.prodname_actions_runner_controller %} to the {% data variables.product.company_short %} API.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -13,6 +13,7 @@ defaultPlatform: linux
|
||||
redirect_from:
|
||||
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api
|
||||
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api#deploying-using-personal-access-token-classic-authentication
|
||||
- /actions/tutorials/actions-runner-controller/authenticating-arc-to-the-github-api
|
||||
---
|
||||
|
||||
You can authenticate {% data variables.product.prodname_actions_runner_controller %} (ARC) to the {% data variables.product.prodname_dotcom %} API by using a {% data variables.product.prodname_github_app %} or by using a {% data variables.product.pat_v1 %}.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Deploying runner scale sets with Actions Runner Controller
|
||||
shortTitle: Deploying runner scale sets
|
||||
shortTitle: Deploy runner scale sets
|
||||
intro: 'Learn how to deploy runner scale sets with {% data variables.product.prodname_actions_runner_controller %}, and use advanced configuration options to tailor {% data variables.product.prodname_actions_runner_controller %} to your needs.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -13,6 +13,7 @@ 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
|
||||
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller
|
||||
- /actions/tutorials/actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller
|
||||
---
|
||||
|
||||
## Deploying a runner scale set
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: Actions Runner Controller
|
||||
shortTitle: Actions Runner Controller
|
||||
title: Use Actions Runner Controller
|
||||
intro: You can host your own runners to run workflows in a highly customizable environment.
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -9,13 +8,14 @@ versions:
|
||||
topics:
|
||||
- Actions Runner Controller
|
||||
children:
|
||||
- /quickstart-for-actions-runner-controller
|
||||
- /authenticating-arc-to-the-github-api
|
||||
- /deploying-runner-scale-sets-with-actions-runner-controller
|
||||
- /using-actions-runner-controller-runners-in-a-workflow
|
||||
- /troubleshooting-actions-runner-controller-errors
|
||||
- /quickstart
|
||||
- /authenticate-to-the-api
|
||||
- /deploy-runner-scale-sets
|
||||
- /use-arc-in-a-workflow
|
||||
- /troubleshoot
|
||||
redirect_from:
|
||||
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller
|
||||
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller
|
||||
- /actions/tutorials/actions-runner-controller
|
||||
---
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ defaultPlatform: linux
|
||||
redirect_from:
|
||||
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
|
||||
- /actions/tutorials/quickstart-for-actions-runner-controller
|
||||
- /actions/tutorials/actions-runner-controller/quickstart-for-actions-runner-controller
|
||||
---
|
||||
|
||||
## Prerequisites
|
||||
@@ -12,6 +12,7 @@ topics:
|
||||
redirect_from:
|
||||
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors
|
||||
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors
|
||||
- /actions/tutorials/actions-runner-controller/troubleshooting-actions-runner-controller-errors
|
||||
---
|
||||
|
||||
## Logging
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Using Actions Runner Controller runners in a workflow
|
||||
shortTitle: Using ARC in a workflow
|
||||
shortTitle: Use ARC in a workflow
|
||||
intro: 'You can use {% data variables.product.prodname_actions_runner_controller %} runners in a workflow file.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -13,6 +13,7 @@ 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
|
||||
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow
|
||||
- /actions/tutorials/actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow
|
||||
---
|
||||
|
||||
## Using ARC runners in a workflow file
|
||||
@@ -10,6 +10,7 @@ redirect_from:
|
||||
- /actions/creating-actions/creating-a-docker-container-action
|
||||
- /actions/sharing-automations/creating-actions/creating-a-docker-container-action
|
||||
- /actions/tutorials/creating-a-docker-container-action
|
||||
- /actions/tutorials/using-containerized-services/creating-a-docker-container-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -9,6 +9,7 @@ redirect_from:
|
||||
- /actions/using-containerized-services/creating-postgresql-service-containers
|
||||
- /actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
|
||||
- /actions/how-tos/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
|
||||
- /actions/tutorials/using-containerized-services/creating-postgresql-service-containers
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -18,7 +19,7 @@ topics:
|
||||
- Containers
|
||||
- Docker
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -9,6 +9,7 @@ redirect_from:
|
||||
- /actions/using-containerized-services/creating-redis-service-containers
|
||||
- /actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers
|
||||
- /actions/how-tos/use-cases-and-examples/using-containerized-services/creating-redis-service-containers
|
||||
- /actions/tutorials/using-containerized-services/creating-redis-service-containers
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -18,7 +19,7 @@ topics:
|
||||
- Containers
|
||||
- Docker
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Using containerized services
|
||||
shortTitle: Containerized services
|
||||
shortTitle: Use containerized services
|
||||
intro: 'You can use containerized services in your {% data variables.product.prodname_actions %} workflows.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -13,9 +13,10 @@ redirect_from:
|
||||
- /actions/using-containerized-services
|
||||
- /actions/use-cases-and-examples/using-containerized-services
|
||||
- /actions/how-tos/use-cases-and-examples/using-containerized-services
|
||||
- /actions/tutorials/using-containerized-services
|
||||
children:
|
||||
- /creating-a-docker-container-action
|
||||
- /creating-postgresql-service-containers
|
||||
- /creating-redis-service-containers
|
||||
- /create-a-docker-container-action
|
||||
- /use-docker-service-containers
|
||||
- /create-postgresql-service-containers
|
||||
- /create-redis-service-containers
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Communicating with Docker service containers
|
||||
shortTitle: Docker service containers
|
||||
intro: Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.
|
||||
shortTitle: Use Docker service containers
|
||||
intro: 'Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.'
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/about-service-containers
|
||||
- /actions/configuring-and-managing-workflows/about-service-containers
|
||||
@@ -9,6 +9,8 @@ redirect_from:
|
||||
- /actions/using-containerized-services/about-service-containers
|
||||
- /actions/use-cases-and-examples/using-containerized-services/about-service-containers
|
||||
- /actions/concepts/use-cases/about-service-containers
|
||||
- /actions/tutorials/communicating-with-docker-service-containers
|
||||
- /actions/tutorials/using-containerized-services/communicate-with-docker-service-containers
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
@@ -9,7 +9,7 @@ featuredLinks:
|
||||
startHere:
|
||||
- /migrations/importing-source-code/using-github-importer/about-github-importer
|
||||
- /migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/about-github-enterprise-importer
|
||||
- /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer
|
||||
- /actions/tutorials/migrate-to-github-actions/automated-migrations/use-github-actions-importer
|
||||
popular:
|
||||
- /migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer
|
||||
- /migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github
|
||||
@@ -34,4 +34,3 @@ children:
|
||||
- /using-github-enterprise-importer
|
||||
- /using-ghe-migrator
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user