You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/trusted-build-systems/github.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,6 @@ description: GitHub
13
13
* link it to each SignPath Project for GitHub
14
14
* Required for [source code and build policies](#define-policies-for-source-code-and-builds): Install the [SignPath GitHub App](https://github.com/apps/signpath) and allow access to the code repositories.
15
15
16
-
{:.panel.info}
17
-
> **ZIP archives**
18
-
>
19
-
> By default, the `upload-artifact` action creates a ZIP archive, which requires the root element of your [Artifact Configurations](/artifact-configuration) to be of type `<zip-file>`.
20
-
> If you want to specify your artifact type directly, specify `archive: false` in the `upload-artifact` action. See [Usage](#usage).
21
-
>
22
-
> <iclass='la la-exclamation-triangle'></i> Note that there is an open bug in GitHub's `upload-artifact` action where the `name` parameter is ignored and the action fails if another artifact with the same filename has already been uploaded. See issues [#769](https://github.com/actions/upload-artifact/issues/769) and [#785](https://github.com/actions/upload-artifact/issues/785).
23
-
24
16
{:.panel.info}
25
17
> **GitHub Enterprise Server**
26
18
>
@@ -65,6 +57,30 @@ steps:
65
57
```
66
58
{% endraw %}
67
59
60
+
{:.panel.info}
61
+
> **ZIP archives**
62
+
>
63
+
> By default, the `upload-artifact` action creates a ZIP archive, which requires the root element of your [Artifact Configurations](/artifact-configuration) to be of type `<zip-file>`.
64
+
> If you want to specify your artifact type directly, specify `archive: false` in the `upload-artifact` action. See [Usage](#usage).
65
+
>
66
+
> <i class='la la-exclamation-triangle'></i> Note that there is an open bug in GitHub's `upload-artifact` action where the `name` parameter is ignored and the action fails if another artifact with the same filename has already been uploaded. See issues [#769](https://github.com/actions/upload-artifact/issues/769) and [#785](https://github.com/actions/upload-artifact/issues/785).
67
+
68
+
{:.panel.info}
69
+
> **Workflow permissions**
70
+
>
71
+
> If _all_ of the following conditions apply, the required permissions have to be enabled in the workflow definition:
72
+
>
73
+
> * the the GitHub repository is private
74
+
> * the workflow permissions are set to the default "Read repository contents and packages permissions"
0 commit comments