Skip to content

Commit

Permalink
Update repository.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored May 4, 2021
1 parent 5a47bb6 commit 1972f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ approval is granted, GDI projects MUST NOT cut a GA release.
- MUST use [GitHub secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to store sensitive data (auth tokens, passwords) and limit their usage to only required places
- MUST NOT use [Personal Access Tokens](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) in GitHub Actions
- MUST [limit permissions of `GITHUB_TOKEN`](https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token) when used
- MUST only set the absolutely required permissions (least privilege)
- MUST only set the absolutely required `permissions` (least privilege)
- MUST set `permissions` for individual `jobs`

### GitHub Applications
Expand Down

0 comments on commit 1972f02

Please sign in to comment.