Compare commits

...

2 Commits

Author SHA1 Message Date
Mikael Finstad
0bba011be3
Merge 79a832ff0dbbdeecb9ada41e36ef46a5f934284c into cbb722410c2e876e24abbe8de2cc27693e501dcb 2024-12-05 14:34:24 +01:00
Mikael Finstad
79a832ff0d
Improve PAT documentation 2022-10-26 02:33:54 +07:00

View File

@ -35,6 +35,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)
#