fix typos

This commit is contained in:
Kwonunn 2025-04-12 15:24:56 +02:00
parent e4249eda39
commit 2a7d74e29a

View file

@ -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. - Carefully review changes to the workflows, and only approve workflows from trusted users.
- Prefer `on.pull_request_target` over `on.pull_request` whenever possible. - 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 ### Secrets
- Use the [secrets feature](../basic-concepts/#secrets) to store API tokens and passwords for use in workflows. - 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.