Skip to content

Commit 08b7072

Browse files
committed
docs: document that Actions variables are accessible in Dependabot workflows
1 parent 19b194b commit 08b7072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/code-security/reference/supply-chain-security/dependabot-on-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For workflows initiated by {% data variables.product.prodname_dependabot %} (`gi
1919

2020
* `GITHUB_TOKEN` has read-only permissions by default.
2121
* Secrets are populated from {% data variables.product.prodname_dependabot %} secrets. {% data variables.product.prodname_actions %} secrets are not available.
22+
* Actions variables (`vars` context) are accessible.
2223

2324
For workflows initiated by {% data variables.product.prodname_dependabot %} (`github.actor == 'dependabot[bot]'`) using the `pull_request_target` event, if the base ref of the pull request was created by {% data variables.product.prodname_dependabot %} (`github.event.pull_request.user.login == 'dependabot[bot]'`), the `GITHUB_TOKEN` will be read-only and secrets are not available.
2425

0 commit comments

Comments
 (0)