You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ inputs:
13
13
description: >
14
14
Auth token used to fetch the repository. The token is stored in the local
15
15
git config, which enables your scripts to run authenticated git commands.
16
-
The post-job step removes the token from the git config.
16
+
The post-job step removes the token from the git config. [Learn more about
17
+
creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
17
18
default: ${{ github.token }}
18
19
persist-credentials:
19
20
description: 'Whether to persist the token in the git config'
0 commit comments