Hack week 2025: Fix alt text in content folders for Actions to GraphQL (#53958)
This commit is contained in:
@@ -41,11 +41,11 @@ Alternatively, you can write your own protection rules for any of the above use
|
|||||||
1. Optionally, in the **Callback URL** text field under "Identifying and authorizing users," enter the callback URL. For more information, see [AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url).
|
1. Optionally, in the **Callback URL** text field under "Identifying and authorizing users," enter the callback URL. For more information, see [AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url).
|
||||||
1. Under "Permissions," select **Repository permissions**.
|
1. Under "Permissions," select **Repository permissions**.
|
||||||
1. To the right of "Actions," click the drop down menu and select **Access: Read-only**.
|
1. To the right of "Actions," click the drop down menu and select **Access: Read-only**.
|
||||||

|

|
||||||
1. To the right of "Deployments," click the drop down menu and select **Access: Read and write**.
|
1. To the right of "Deployments," click the drop down menu and select **Access: Read and write**.
|
||||||

|

|
||||||
1. Under "Subscribe to events," select **Deployment protection rule**.
|
1. Under "Subscribe to events," select **Deployment protection rule**.
|
||||||

|

|
||||||
|
|
||||||
1. Install the custom deployment protection rule in your repositories and enable it for use. For more information, see [AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules).
|
1. Install the custom deployment protection rule in your repositories and enable it for use. For more information, see [AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules).
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ You can also disable and enable a workflow using the REST API. For more informat
|
|||||||
1. Click {% octicon "kebab-horizontal" aria-label="Show workflow options" %} to display a dropdown menu and click **Disable workflow**.
|
1. Click {% octicon "kebab-horizontal" aria-label="Show workflow options" %} to display a dropdown menu and click **Disable workflow**.
|
||||||
|
|
||||||
{% ifversion workflow-nav-2022 -%}
|
{% ifversion workflow-nav-2022 -%}
|
||||||

|

|
||||||
{%- else -%}
|
{%- else -%}
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ By default, {% data variables.product.product_name %} stores build logs and arti
|
|||||||
{% data reusables.repositories.view-run %}
|
{% data reusables.repositories.view-run %}
|
||||||
1. In the "Artifacts" section, click the artifact you want to download.
|
1. In the "Artifacts" section, click the artifact you want to download.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% endwebui %}
|
{% endwebui %}
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ After a required workflow has run at least once in a repository, you can view it
|
|||||||
{% data reusables.repositories.actions-tab %}
|
{% data reusables.repositories.actions-tab %}
|
||||||
1. In the left sidebar, you can view workflow runs for required workflows under "Required workflows."
|
1. In the left sidebar, you can view workflow runs for required workflows under "Required workflows."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Adding a required workflow to an organization
|
## Adding a required workflow to an organization
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ You can search and browse actions directly in your repository's workflow editor.
|
|||||||
1. In the upper right corner of the file view, to open the workflow editor, click {% octicon "pencil" aria-label="Edit file" %}.
|
1. In the upper right corner of the file view, to open the workflow editor, click {% octicon "pencil" aria-label="Edit file" %}.
|
||||||

|

|
||||||
1. To the right of the editor, use the {% data variables.product.prodname_marketplace %} sidebar to browse actions. Actions with the {% octicon "verified" aria-label="Creator verified by GitHub" %} badge indicate {% data variables.product.prodname_dotcom %} has verified the creator of the action as a partner organization.
|
1. To the right of the editor, use the {% data variables.product.prodname_marketplace %} sidebar to browse actions. Actions with the {% octicon "verified" aria-label="Creator verified by GitHub" %} badge indicate {% data variables.product.prodname_dotcom %} has verified the creator of the action as a partner organization.
|
||||||

|

|
||||||
|
|
||||||
## Adding an action to your workflow
|
## Adding an action to your workflow
|
||||||
|
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ jobs:
|
|||||||
|
|
||||||
{% endpowershell %}
|
{% endpowershell %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Masking a value in a log
|
## Masking a value in a log
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ With {% data variables.product.prodname_discussions %}, the community for your p
|
|||||||
* Upvote discussions and comments to give higher visibility to ideas you find valuable
|
* Upvote discussions and comments to give higher visibility to ideas you find valuable
|
||||||
* Foster an inviting atmosphere for visitors and contributors to discuss goals, development, administration, and workflows
|
* Foster an inviting atmosphere for visitors and contributors to discuss goals, development, administration, and workflows
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You might use repository discussions to discuss topics that are specific to the repository. If your project spans multiple repositories, you might use organization discussions to discuss topics that aren't specific to a single repository in your organization.
|
You might use repository discussions to discuss topics that are specific to the repository. If your project spans multiple repositories, you might use organization discussions to discuss topics that aren't specific to a single repository in your organization.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user