mirror of
https://github.com/actions/checkout.git
synced 2025-04-23 08:26:37 +02:00
Add link to doc for creating and using encyrpted secrets (#123)
This commit is contained in:
parent
dfd70d4a2d
commit
bc50a995b8
3 changed files with 10 additions and 3 deletions
|
@ -47,7 +47,8 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
|
|||
|
||||
# Auth token used to fetch the repository. The token is stored in the local git
|
||||
# config, which enables your scripts to run authenticated git commands. The
|
||||
# post-job step removes the token from the git config.
|
||||
# post-job step removes the token from the git config. [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)
|
||||
# Default: ${{ github.token }}
|
||||
token: ''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue