ci: fix broken dogfood workflow (#12186)

This commit is contained in:
Muhammad Atif Ali 2024-02-16 14:14:35 +03:00 committed by GitHub
parent 8ca2add6dc
commit 99dbeb4a85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
env:
# Consumed by Coder CLI
CODER_URL: https://dev.coder.com
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}