File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 64
64
| --------------------- | ------------------------------------------------------------------------------------------------------- | -------- | --------------------------------- |
65
65
| ` github-token` | GitHub token for posting comments | No | `${{ github.token }}` |
66
66
| `github-issue-number` | GitHub issue number where the status comment will be posted | No | Current issue from GitHub context |
67
- | `github-username` | GitHub username of the user for whom the workspace is being started | No | - |
67
+ | `github-username` | GitHub username of the user for whom the workspace is being started (requires Coder 2.21 or later) | No | - |
68
68
| `coder-username` | Coder username to override default user mapping (only set one of `github-username` or `coder-username`) | No | - |
69
69
| `coder-url` | Coder deployment URL | Yes | - |
70
70
| `coder-token` | API token for Coder | Yes | - |
82
82
83
83
# # Requirements
84
84
85
- - A Coder deployment with API access
86
- - Appropriate secrets configured in your repository or environment
85
+ - A Coder deployment with API access.
86
+ - Coder 2.21 or later to use the `github-username` input. Earlier versions of Coder can use the `coder-username` input instead.
87
+ - Appropriate secrets configured in your repository or environment.
87
88
88
89
# # Security Recommendations
89
90
You can’t perform that action at this time.
0 commit comments