Skip to content

Commit 4af61c3

Browse files
authored
Merge pull request #50385 from camihmerhar/Infomagnus-Actions-Update-Manage-GitHub-Actions-in-Enterprise
Infomagnus actions update manage GitHub actions in enterprise
2 parents 0ced890 + 09a0e92 commit 4af61c3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

learn-pr/github/manage-github-actions-enterprise/includes/manage-actions-workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Following is the metadata file you would create for the workflow file:
9595
}
9696
```
9797

98+
<!-- INFOMAGNUS UPDATES for sub OD 4.1.1. go here. Source Material:https://docs.github.com/en/enterprise-cloud@latest/actions/sharing-automations/sharing-actions-and-workflows-with-your-enterprise -->
99+
98100
Metadata files use the following parameters:
99101

100102
| Parameter | Description | Required |

learn-pr/github/manage-github-actions-enterprise/includes/manage-encrypted-secrets.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ If you need to access the encrypted secret in your action's code, the action cod
117117
> [!WARNING]
118118
> When authoring your own actions, make sure not to include any encrypted secrets in your action's source code, because actions are sharable units of work. If your action needs to use encrypted secrets or other user-supplied inputs, it's best to use the core module from the [Actions Toolkit](https://github.com/actions/toolkit).
119119

120-
>
121-
122-
<!-- INFOMAGNUS UPDATES for all of sub OD 4.3 go here! Source Material:https://www.google.com/url?q=https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions&sa=D&source=editors&ust=1742484244534691&usg=AOvVaw30HJhmh-nnnssWIlwRCI_5 -->
123-
124-
<!-- Test -->
125-
126-
127120
### Access Encrypted Secrets Within Actions and Workflows
128121

129122
#### Example: Using a Secret in a Workflow

0 commit comments

Comments
 (0)