We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f69ed commit 7f9771bCopy full SHA for 7f9771b
README.md
@@ -9,9 +9,9 @@ You can generate a long lived session token by running the following command in
9
your browser console while logged into Coder with a **Template Admin** or
10
**Owner** role.
11
12
- ```shell
13
- coder token create --lifetime 8760h --name "GitHub Actions"
14
- ```
+```shell
+ coder token create --lifetime 8760h --name "GitHub Actions"
+```
15
16
```yaml
17
jobs:
0 commit comments