apply suggestion from doc review

Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2022-05-12 13:28:45 +02:00
committed by GitHub
parent 0c0e280637
commit fef4455ccc

View File

@@ -8,10 +8,10 @@
code injection in contexts like <i>run:</i> or <i>script:</i>.
</p>
<p>
Code injection in GitHub actions may allow an attacker to
Code injection in GitHub Actions may allow an attacker to
exfiltrate the temporary GitHub repository authorization token.
The token might have write access to the repository, and thus an attacker
might be able to use it to modify the repository.
The token might have write access to the repository, allowing an attacker
to use the token to make changes to the repository.
</p>
</overview>