Skip to content

Commit c092e79

Browse files
authored
Merge pull request #25950 from github/repo-sync
Repo sync
2 parents 0ea05db + ac7a172 commit c092e79

File tree

7 files changed

+25
-3
lines changed

7 files changed

+25
-3
lines changed

content/actions/security-guides/automatic-token-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ You can use the `GITHUB_TOKEN` by using the standard syntax for referencing secr
3838

3939
{% data reusables.actions.actions-do-not-trigger-workflows %}
4040

41+
{% data reusables.actions.actions-do-not-trigger-pages-rebuilds %}
42+
4143
### Example 1: passing the `GITHUB_TOKEN` as an input
4244

4345
{% data reusables.actions.github_token-input-example %}

content/actions/using-workflows/events-that-trigger-workflows.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,15 @@ jobs:
11521152
run: echo $MESSAGE
11531153
```
11541154

1155+
{% note %}
1156+
1157+
**Notes**:
1158+
1159+
- The maximum number of top-level properties in `client_payload` is 10.
1160+
- The payload can contain a maximum of 65,535 characters.
1161+
1162+
{% endnote %}
1163+
11551164
## `schedule`
11561165

11571166
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Commits pushed by a {% data variables.product.prodname_actions %} workflow that uses the `GITHUB_TOKEN` do not trigger a {% data variables.product.prodname_pages %} build.

data/reusables/actions/inputs-vs-github-event-inputs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
{% note %}
44

5-
**Note**: The workflow will also receive the inputs in the `github.event.inputs` context. The information in the `inputs` context and `github.event.inputs` context is identical except that the `inputs` context preserves Boolean values as Booleans instead of converting them to strings. The `choice` type resolves to a string and is a single selectable option.
5+
**Notes**:
6+
7+
- The workflow will also receive the inputs in the `github.event.inputs` context. The information in the `inputs` context and `github.event.inputs` context is identical except that the `inputs` context preserves Boolean values as Booleans instead of converting them to strings. The `choice` type resolves to a string and is a single selectable option.
8+
- The maximum number of top-level properties for `inputs` is 10.
9+
- The maximum payload for `inputs` is 65,535 characters.
610

711
{% endnote %}
812
{% endif %}

data/reusables/enterprise_installation/hardware-considerations-all-platforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The available space on the root filesystem will be 50% of the total disk size. Y
3232

3333
The CPU and memory resources that {% data variables.product.prodname_ghe_server %} requires depend on the levels of activity for users, automations, and integrations.
3434

35+
Any VMs you provision for {% data variables.location.product_location %} must use the x86-64 CPU architecture. Other architectures are not supported, such as Aarch64 or arm64.
36+
3537
{% ifversion ghes %}
3638

3739
If you plan to enable {% data variables.product.prodname_actions %} for the users of your {% data variables.product.prodname_ghe_server %} instance, you may need to provision additional CPU and memory resources for your instance. For more information, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-considerations)."

data/reusables/enterprise_installation/hardware-rec-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| User licenses | vCPUs | Memory | Root storage | Attached (data) storage |
1+
| User licenses | x86-64 vCPUs | Memory | Root storage | Attached (data) storage |
22
| :- | -: | -: | -: | -: |
33
| Trial, demo, or 10 light users | 4 | 32 GB | 200 GB | 150 GB |
44
| 10 to 3,000 | 8 | 48 GB | 200 GB | 300 GB |
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% note %}
22

3-
**Note**: {% ifversion pages-custom-workflow %}If you are publishing from a branch and{% else %}If{% endif %} your site has not published automatically, make sure someone with admin permissions and a verified email address has pushed to the publishing source.
3+
**Notes**:
4+
5+
- {% ifversion pages-custom-workflow %}If you are publishing from a branch and{% else %}If{% endif %} your site has not published automatically, make sure someone with admin permissions and a verified email address has pushed to the publishing source.
6+
7+
- {% data reusables.actions.actions-do-not-trigger-pages-rebuilds %}
48

59
{% endnote %}

0 commit comments

Comments
 (0)