Skip to content

Commit 3b3d004

Browse files
committed
Unset once saved
1 parent 259f990 commit 3b3d004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/codespaces-post-start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fi
2424
if [ ! -f "${HOME}/.ssh/git_signing_ed25519" ]; then
2525
# Takes this from my Codespaces secrets config on GitHub
2626
echo "$GIT_SIGNING_KEY" > "${HOME}/.ssh/git_signing_ed25519"
27+
unset GIT_SIGNING_KEY
2728
chmod 600 "${HOME}/.ssh/git_signing_ed25519"
2829
fi
2930

0 commit comments

Comments
 (0)