Skip to content

Commit a1bc973

Browse files
authored
Update manage-encrypted-secrets.md
1 parent 732d258 commit a1bc973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ 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+
<!-- 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 -->
121+
120122
### Access Encrypted Secrets Within Actions and Workflows
121123

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

0 commit comments

Comments
 (0)