1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-24 05:19:53 +02:00

Add link to doc for creating and using encyrpted secrets (#123)

This commit is contained in:
eric sciple 2020-01-03 12:32:17 -05:00 committed by GitHub
parent dfd70d4a2d
commit bc50a995b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -13,7 +13,8 @@ inputs:
description: >
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.
The 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 }}
persist-credentials:
description: 'Whether to persist the token in the git config'