Skip to content

Commit 1b1add8

Browse files
authored
Update manage-encrypted-secrets.md
1 parent 1e52bb1 commit 1b1add8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,15 @@ If you need to access the encrypted secret in your action's code, the action cod
5858
> 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).
5959
>
6060

61+
<<<<<<< main
62+
>
63+
6164
<!-- 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 -->
6265

6366
<!-- Test -->
6467
=======
68+
=======
69+
>>>>>>> main
6570

6671
### Access Encrypted Secrets Within Actions and Workflows
6772

@@ -130,4 +135,7 @@ Many enterprises integrate GitHub Actions with external secret management soluti
130135
- **Automated secret rotation** helps comply with security policies.
131136
- **Audit logs and access control** enhance security monitoring.
132137
- **Least privilege access** prevents unauthorized use of secrets.
138+
<<<<<<< main
133139
<!-- Test -->
140+
=======
141+
>>>>>>> main

0 commit comments

Comments
 (0)