Skip to content

chore: add terraform lockfile for coder template #16

chore: add terraform lockfile for coder template

chore: add terraform lockfile for coder template #16

name: Push Coder Template
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "coder/**"
jobs:
push:
runs-on: ubuntu-latest
container:
image: ghcr.io/codewiresh/coder-cli:latest
steps:
- uses: actions/checkout@v4
- name: Push template
env:
CODER_URL: https://noel.codewire.sh
CODER_SESSION_TOKEN: ${{ secrets.CODER_TOKEN }}
run: |
coder templates push example --directory coder --yes \
--variable claude_code_oauth_token="${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}"