Skip to content

Commit 1505202

Browse files
authored
Merge pull request #39532 from github/repo-sync
Repo sync
2 parents 7b5ad90 + 95e1a9e commit 1505202

File tree

61 files changed

+148
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+148
-86
lines changed

content/actions/tutorials/deploying-with-github-actions.md renamed to content/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploying with GitHub Actions
3-
shortTitle: Controlling deployments
3+
shortTitle: Control deployments
44
intro: Learn how to control deployments with features like environments and concurrency.
55
versions:
66
fpt: '*'
@@ -12,6 +12,7 @@ redirect_from:
1212
- /actions/deployment/about-deployments/deploying-with-github-actions
1313
- /actions/use-cases-and-examples/deploying/deploying-with-github-actions
1414
- /actions/concepts/use-cases/deploying-with-github-actions
15+
- /actions/tutorials/deploying-with-github-actions
1516
topics:
1617
- CD
1718
- Deployment

content/actions/how-tos/deploy/configure-and-manage-deployments/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ versions:
1212
ghes: '*'
1313
ghec: '*'
1414
children:
15+
- /control-deployments
1516
- /view-deployment-history
1617
- /manage-environments
1718
- /review-deployments

content/actions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ featuredLinks:
1313
- /packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions
1414
guideCards:
1515
- /actions/how-tos/write-workflows/use-workflow-templates
16-
- /actions/tutorials/publishing-packages/publishing-nodejs-packages
17-
- /actions/tutorials/build-and-test-code/building-and-testing-powershell
16+
- /actions/tutorials/publish-packages/publish-nodejs-packages
17+
- /actions/tutorials/build-and-test-code/powershell
1818
popular:
1919
- /actions/reference/workflows-and-actions/workflow-syntax
2020
- /actions/how-tos/write-workflows

content/actions/tutorials/use-github_token-in-workflows.md renamed to content/actions/tutorials/authenticate-with-github_token.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use GITHUB_TOKEN in workflows
2+
title: Use GITHUB_TOKEN for authentication in workflows
33
intro: 'Learn how to use the `GITHUB_TOKEN` to authenticate on behalf of {% data variables.product.prodname_actions %}.'
44
redirect_from:
55
- /github/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
@@ -15,11 +15,12 @@ redirect_from:
1515
- /actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github-token
1616
- /actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
1717
- /actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
18+
- /actions/tutorials/use-github_token-in-workflows
1819
versions:
1920
fpt: '*'
2021
ghes: '*'
2122
ghec: '*'
22-
shortTitle: Use GITHUB_TOKEN
23+
shortTitle: Authenticate with GITHUB_TOKEN
2324
---
2425

2526
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.

content/actions/tutorials/build-and-test-code/building-and-testing-go.md renamed to content/actions/tutorials/build-and-test-code/go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ redirect_from:
1313
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-go
1414
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-go
1515
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-go
16+
- /actions/tutorials/build-and-test-code/building-and-testing-go
1617
---
1718

1819
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/tutorials/build-and-test-code/index.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ redirect_from:
2121
- /actions/how-tos/use-cases-and-examples/building-and-testing
2222
- /actions/how-tos/writing-workflows/building-and-testing
2323
children:
24-
- /building-and-testing-go
25-
- /building-and-testing-java-with-ant
26-
- /building-and-testing-java-with-gradle
27-
- /building-and-testing-java-with-maven
28-
- /building-and-testing-net
29-
- /building-and-testing-nodejs
30-
- /building-and-testing-powershell
31-
- /building-and-testing-python
32-
- /building-and-testing-ruby
33-
- /building-and-testing-rust
34-
- /building-and-testing-swift
35-
- /building-and-testing-xamarin-applications
24+
- /go
25+
- /java-with-ant
26+
- /java-with-gradle
27+
- /java-with-maven
28+
- /net
29+
- /nodejs
30+
- /powershell
31+
- /python
32+
- /ruby
33+
- /rust
34+
- /swift
35+
- /xamarin-apps
3636
---
37+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /actions/automating-builds-and-tests/building-and-testing-java-with-ant
88
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-ant
99
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-ant
10+
- /actions/tutorials/build-and-test-code/building-and-testing-java-with-ant
1011
versions:
1112
fpt: '*'
1213
ghes: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
99
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
1010
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-gradle
11+
- /actions/tutorials/build-and-test-code/building-and-testing-java-with-gradle
1112
versions:
1213
fpt: '*'
1314
ghes: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
99
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
1010
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-maven
11+
- /actions/tutorials/build-and-test-code/building-and-testing-java-with-maven
1112
versions:
1213
fpt: '*'
1314
ghes: '*'

content/actions/tutorials/build-and-test-code/building-and-testing-net.md renamed to content/actions/tutorials/build-and-test-code/net.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-net
88
- /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-net
99
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-net
10+
- /actions/tutorials/build-and-test-code/building-and-testing-net
1011
versions:
1112
fpt: '*'
1213
ghes: '*'

0 commit comments

Comments
 (0)