-
Notifications
You must be signed in to change notification settings - Fork 62.5k
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Description
Small change required to this file: content/actions/learn-github-actions/security-hardening-for-github-actions.md
The following sentence in the section "Considering cross-repository access" in this article is not clear. At first I thought there was a typo and I had to read it a couple of times before I realised what it meant:
Users have specific permissions for each repository, so having the
GITHUB_TOKEN
for one repository grant access to another would impact the GitHub permission model if not implemented carefully.
Change this to:
Users have specific permissions for each repository, so allowing the
GITHUB_TOKEN
for one repository to grant access to another would impact the GitHub permission model if not implemented carefully.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue