@@ -11,7 +11,7 @@ Update coder templates automatically
11
11
12
12
| Name | Description | Default |
13
13
| ------------------------- | ------------------------------------------------------------------------ | ----------------------------- |
14
- | ` CODER_ACCESS_URL ` | ** Required** The url of coder deployment (e.g. < https://dev.coder.com > ). | - |
14
+ | ` CODER_URL ` | ** Required** The url of coder deployment (e.g. < https://dev.coder.com > ). | - |
15
15
| ` CODER_SESSION_TOKEN ` | ** Required** The session token of coder. | ` secrets.CODER_SESSION_TOKEN ` |
16
16
| ` CODER_TEMPLATE_NAME ` | ** Required** The name of template. | - |
17
17
| ` CODER_TEMPLATE_DIR ` | The directory of template. | ` CODER_TEMPLATE_NAME ` |
@@ -45,7 +45,7 @@ Update coder templates automatically
45
45
with :
46
46
CODER_TEMPLATE_NAME : " my-template"
47
47
CODER_TEMPLATE_DIR : " my-template"
48
- CODER_ACCESS_URL : " https://coder.example.com"
48
+ CODER_URL : " https://coder.example.com"
49
49
CODER_TEMPLATE_VERSION : " ${{ steps.latest_commit.outputs.hash }}"
50
50
CODER_SESSION_TOKEN : ${{ secrets.CODER_SESSION_TOKEN }}
51
51
` ` `
@@ -72,7 +72,7 @@ Update coder templates automatically
72
72
with :
73
73
CODER_TEMPLATE_NAME : " my-template"
74
74
CODER_TEMPLATE_DIR : " my-template"
75
- CODER_ACCESS_URL : " https://coder.example.com"
75
+ CODER_URL : " https://coder.example.com"
76
76
CODER_TEMPLATE_ACTIVATE : " false"
77
77
CODER_SESSION_TOKEN : ${{ secrets.CODER_SESSION_TOKEN }}
78
78
` ` `
0 commit comments