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: .github/actions/stable-sync/action.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ inputs:
13
13
required: false
14
14
description: 'The name of the stable branch to sync to (e.g., stable, main)'
15
15
default: 'stable'
16
+
github-token:
17
+
description: 'GitHub token used for authentication.'
18
+
required: true
16
19
github-tools-repository:
17
20
description: 'The GitHub repository containing the GitHub tools. Defaults to the GitHub tools action repositor, and usually does not need to be changed.'
0 commit comments