Skip to content

Commit

Permalink
Merge pull request #56468 from Expensify/Rory-DummyPR
Browse files Browse the repository at this point in the history
[No QA] Emphasize secrets must be passed into actions
  • Loading branch information
luacmartins authored Feb 6, 2025
2 parents 25d54a1 + ae7e002 commit b474366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ We use 1Password for many secrets and in general use two different actions from
### Important note about Secrets
Secrets are available by default in most workflows. The exception to the rule is callable workflows. If a workflow is triggered by the `workflow_call` event, it will only have access to repo secrets if the workflow that called it passed in the secrets explicitly (for example, using `secrets: inherit`).

Furthermore, secrets are not accessible in actions. If you need to access a secret in an action, you must declare it as an input and pass it in. GitHub _should_ still obfuscate the value of the secret in workflow run logs.
Furthermore, secrets are not accessible in actions. If you need to access a secret in an action, _you must declare it as an input and pass it in_. GitHub _should_ still obfuscate the value of the secret in workflow run logs.

## Actions

Expand Down

0 comments on commit b474366

Please sign in to comment.