From 646252edec5d9a6efe8c7613a3f8ece1e71ffdab Mon Sep 17 00:00:00 2001 From: "Salah A.hazaa" <114429894+salahhazaea@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:34:25 +0300 Subject: [PATCH] Update create-secrets-for-GitHub-workflows.md --- assets/create-secrets-for-GitHub-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/create-secrets-for-GitHub-workflows.md b/assets/create-secrets-for-GitHub-workflows.md index cccdbdbe..61e77de5 100644 --- a/assets/create-secrets-for-GitHub-workflows.md +++ b/assets/create-secrets-for-GitHub-workflows.md @@ -1,4 +1,4 @@ -# Set up Secrets in GitHub Action workflows +## Set up Secrets in GitHub Action workflows [GitHub Secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) are encrypted and allow you to store sensitive information, such as access tokens, in your repository.