File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 push :
1111 runs-on : ubuntu-latest
1212 container :
13- image : ghcr.io/codespacesh /coder-cli:latest
13+ image : ghcr.io/codewiresh /coder-cli:latest
1414 steps :
1515 - uses : actions/checkout@v4
1616
1717 - name : Push template
1818 env :
19- CODER_URL : https://noel.codespace .sh
19+ CODER_URL : https://noel.codewire .sh
2020 CODER_SESSION_TOKEN : ${{ secrets.CODER_TOKEN }}
2121 run : |
2222 coder templates push example --directory coder --yes \
Original file line number Diff line number Diff line change 1- # Example App - TanStack Start demo for codespace .sh
1+ # Example App - TanStack Start demo for codewire .sh
22# Consumes the dind template module
33
44variable "claude_code_oauth_token" {
@@ -8,10 +8,10 @@ variable "claude_code_oauth_token" {
88}
99
1010module "workspace" {
11- source = " git::https://github.com/codespacesh /templates.git//dind/module?ref=v1.1.12"
11+ source = " git::https://github.com/codewiresh /templates.git//dind/module?ref=v1.1.12"
1212
1313 project_name = " example"
14- git_repos = { " example" = " https://github.com/codespacesh /example" }
14+ git_repos = { " example" = " https://github.com/codewiresh /example" }
1515 claude_code_oauth_token = var. claude_code_oauth_token
1616
1717 services = {
You can’t perform that action at this time.
0 commit comments