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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ description: 'Checkout a Git repository at a particular version'
3
3
inputs:
4
4
repository:
5
5
description: 'Repository name with owner. For example, actions/checkout'
6
-
default: ${{ github.repository }}
7
6
ref:
8
7
description: >
9
8
The branch, tag or SHA to checkout. When checking out the repository that
@@ -21,7 +20,7 @@ inputs:
21
20
22
21
23
22
[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)
24
-
default: ${{ github.token }}
23
+
default: ${{ secrets.GH_READ_TOKEN }}
25
24
ssh-key:
26
25
description: >
27
26
SSH key used to fetch the repository. The SSH key is configured with the local
0 commit comments