1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update content/actions/using-workflows/workflow-syntax-for-github-actions.md

Co-authored-by: yujincat <55138573+yujincat@users.noreply.github.com>
This commit is contained in:
Nicholas Bergesen
2022-04-26 13:10:32 +09:00
committed by GitHub
parent 765f914f40
commit 965c28d292

View File

@@ -161,7 +161,7 @@ jobs:
#### `on.workflow_call.secrets.inherit` #### `on.workflow_call.secrets.inherit`
Use the `inherit` keyword to pass all secrets the calling workflow has access to, to the called workflow. This includes all organization, repository and environment secrets. The keyword can be used to pass secrets across organizations within the same enterprise. Use the `inherit` keyword to pass all secrets the calling workflow has access to, to the called workflow. This includes all organization, repository and environment secrets. The keyword can be used to pass secrets across repositories within the same organization, or across organizations within the same enterprise.
#### Example #### Example