mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 05:30:40 +03:00
fix typos
This commit is contained in:
parent
e4249eda39
commit
2a7d74e29a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue