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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,14 @@ inputs:
26
26
description: 'no push will be performed if this value is true'
27
27
default: false
28
28
required: false
29
+
token:
30
+
description: >
31
+
Auth token used to fetch the repository. The token is stored in the local
32
+
git config, which enables your scripts to run authenticated git commands.
33
+
The post-job step removes the token from the git config. [Learn more about
34
+
creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
0 commit comments