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 c9d4298 commit c27b289Copy full SHA for c27b289
.github/workflows/dogfood.yaml
@@ -66,7 +66,7 @@ jobs:
66
env:
67
# Consumed by Coder CLI
68
CODER_URL: https://dev.coder.com
69
- CODER_SESSION_TOKEN: ${{ secrets.CODER_TOKEN }}
+ CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}
70
# Template source & details
71
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
72
CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
0 commit comments