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 8ca2add commit 99dbeb4Copy full SHA for 99dbeb4
.github/workflows/dogfood.yaml
@@ -110,6 +110,7 @@ jobs:
110
if: github.ref == 'refs/heads/main'
111
run: |
112
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
113
+ env:
114
# Consumed by Coder CLI
115
CODER_URL: https://dev.coder.com
116
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}
0 commit comments