1
0
mirror of synced 2026-01-07 09:01:31 -05:00

updates based on feedback

This commit is contained in:
Sarita Iyer
2022-01-27 15:32:13 -05:00
parent c412c74635
commit 16cd253b48
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ If you reuse a workflow from a different repository, any actions in the called w
When a reusable workflow is triggered by a caller workflow, the `github` context is always associated with the caller workflow. The called workflow is automatically granted access to `github.token` and `secrets.GITHUB_TOKEN`. For more information about the `github` context, see "[Context and expression syntax for GitHub Actions](/actions/reference/context-and-expression-syntax-for-github-actions#github-context)."
You can view the dependencies of your {% data variables.product.prodname_actions %} in the dependency graph of the repository containing your workflows. For more information, see “[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph).”
You can view the reused workflows referenced in your {% data variables.product.prodname_actions %} workflows as dependencies in the dependency graph of the repository containing your workflows. For more information, see “[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph).”
### Reusable workflows and starter workflows