From 2a7d74e29a3138b31eb8bd685a9e4ac10ba7e4e3 Mon Sep 17 00:00:00 2001 From: Kwonunn Date: Sat, 12 Apr 2025 15:24:56 +0200 Subject: [PATCH] fix typos --- docs/user/actions/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/actions/security.md b/docs/user/actions/security.md index 3c0cb057..ade247f6 100644 --- a/docs/user/actions/security.md +++ b/docs/user/actions/security.md @@ -67,9 +67,9 @@ When using Actions, keep in mind the following considerations: - Carefully review changes to the workflows, and only approve workflows from trusted users. - Prefer `on.pull_request_target` over `on.pull_request` whenever possible. -- Block users that aren't trusted to prevent them from running malicous workflows through PRs. +- Block users that aren't trusted to prevent them from running malicious workflows through PRs. ### Secrets - Use the [secrets feature](../basic-concepts/#secrets) to store API tokens and passwords for use in workflows. -- Do not print secrets to output, as these may be publically visible. +- Do not print secrets to output, as these may be publicly visible.