8000 Update run.sh · coder/modules@e4abeb3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit e4abeb3

Browse files
authored
Update run.sh
1 parent b90f6f9 commit e4abeb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git-commit-signing/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ ssh_key=$(curl --request GET \
2323
--url "${CODER_AGENT_URL}api/v2/workspaceagents/me/gitsshkey" \
2424
--header "Coder-Session-Token: ${CODER_AGENT_TOKEN}")
2525

26+
echo "Code agent URL: ${CODER_AGENT_URL}"
27+
echo "Coder agent token: ${CODER_AGENT_TOKEN}"
28+
2629
jq --raw-output ".public_key" > ~/.ssh/git-commit-signing/coder.pub << EOF
2730
$ssh_key
2831
EOF

0 commit comments

Comments
 (0)
0