1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-10 09:01:44 +08:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Mikael Finstad
9071b5f3ab
Merge 79a832ff0d into 8edcb1bdb4 2025-08-06 17:22:38 +02:00
Tingluo Huang
8edcb1bdb4
Update CODEOWNERS for actions (#2224) 2025-07-23 09:20:20 -04:00
Mikael Finstad
79a832ff0d
Improve PAT documentation 2022-10-26 02:33:54 +07:00
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
* @actions/actions-launch
* @actions/actions-runtime

View File

@ -53,6 +53,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
#
# We recommend using a service account with the least permissions necessary. Also
# when generating a new PAT, select the least scopes necessary.
# For a basic restricted reference, you can use the same permissions as the
# [`GITHUB_TOKEN` gives.](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
# This means creating a "Fine-grained personal access token" with the
# `content` and `metadata` permissions.
#
# [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
#