Skip to content

Commit c27b289

Browse files
committed
use consistent name for tokens
1 parent c9d4298 commit c27b289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dogfood.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
# Consumed by Coder CLI
6868
CODER_URL: https://dev.coder.com
69-
CODER_SESSION_TOKEN: ${{ secrets.CODER_TOKEN }}
69+
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}
7070
# Template source & details
7171
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
7272
CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}

0 commit comments

Comments
 (0)