8000 ci: fix broken dogfood workflow (#12186) · coder/coder@99dbeb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99dbeb4

Browse files
authored
ci: fix broken dogfood workflow (#12186)
1 parent 8ca2add commit 99dbeb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dogfood.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
if: github.ref == 'refs/heads/main'
111111
run: |
112112
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
113+
env:
113114
# Consumed by Coder CLI
114115
CODER_URL: https://dev.coder.com
115116
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}

0 commit comments

Comments
 (0)
0