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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ inputs:
8
8
description: '(Deprecated) The default github.token now supports copilot-requests permission — no PAT needed. Only provide this if you need to override with a specific token.'
9
9
required: false
10
10
default: ${{ github.token }}
11
+
repo-token:
12
+
description: 'Token for repository operations (gh CLI). Defaults to github.token. Use a PAT if the agent needs elevated repo permissions.'
0 commit comments