Skip to content

Commit ed9b819

Browse files
authored
repo sync
2 parents a2fbfb5 + ff2de3e commit ed9b819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developers/apps/scopes-for-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Name | Description
7171
**`admin:gpg_key`** | Fully manage GPG keys.
7272
 `write:gpg_key`| Create, list, and view details for GPG keys.
7373
 `read:gpg_key`| List and view details for GPG keys.{% if currentVersion == "free-pro-team@latest" %}
74-
**`workflow`** | Grants the ability to add and update {% data variables.product.prodname_actions %} workflow files. Workflow files can be committed without this scope if the same file (with both the same path and contents) exists on another branch in the same repository.{% endif %}
74+
**`workflow`** | Grants the ability to add and update {% data variables.product.prodname_actions %} workflow files. Workflow files can be committed without this scope if the same file (with both the same path and contents) exists on another branch in the same repository. Workflow files can expose `GITHUB_TOKEN` which may have a different set of scopes, see https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token for details.{% endif %}
7575

7676
{% note %}
7777

0 commit comments

Comments
 (0)