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 5068844 commit 237be50Copy full SHA for 237be50
.github/workflows/dogfood.yaml
@@ -65,7 +65,7 @@ jobs:
65
coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION
66
env:
67
# Consumed by Coder CLI
68
- CODER_URL: ${{ secrets.CODER_URL }}
+ CODER_URL: https://dev.coder.com
69
CODER_SESSION_TOKEN: ${{ secrets.CODER_TOKEN }}
70
# Template source & details
71
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
0 commit comments