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 b21da38 commit 965b1e6Copy full SHA for 965b1e6
.github/workflows/dogfood.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: "Push template"
77
run: |
78
- ./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
+ ./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE" --variable jfrog_url=${{ secrets.JFROG_URL }}
79
env:
80
# Consumed by Coder CLI
81
CODER_URL: https://dev.coder.com
0 commit comments