Compare commits

..

1 Commits

Author SHA1 Message Date
Nicolas Schweitzer
1161f967db
Merge f3b199b7edcd73954c1e22a306ed88c649127bec into 009b9ae9e446ad8d9b8c809870b0fbcc5e03573e 2025-01-16 11:14:51 -08:00

View File

@ -308,9 +308,7 @@ jobs:
git push
```
*NOTE:* The user email is `{user.id}+{user.login}@users.noreply.github.com`. See users API: https://api.github.com/users/github-actions%5Bbot%5D
# Recommended permissions
## Recommended permissions
When using the `checkout` action in your GitHub Actions workflow, it is recommended to set the following `GITHUB_TOKEN` permissions to ensure proper functionality, unless alternative auth is provided via the `token` or `ssh-key` inputs:
@ -319,6 +317,9 @@ permissions:
contents: read
```
*NOTE:* The user email is `{user.id}+{user.login}@users.noreply.github.com`. See users API: https://api.github.com/users/github-actions%5Bbot%5D
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)