Skip to content

Commit b39fd8d

Browse files
committed
chore(workflows): debugging
1 parent 18a185c commit b39fd8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lune/deploy.luau

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ local fs = require("@lune/fs")
44

55
local artifact = process.args[1]
66
print("process.env.GITHUB_SHA: ", process.env.GITHUB_SHA)
7+
print("process.env.SDK_ARTIFACT_UPLOAD_SECRET: ", string.sub(process.env.SDK_ARTIFACT_UPLOAD_SECRET or "", 0, 10) .. "***")
78
local commitHash = process.env.GITHUB_SHA
89
local authorization = process.env.SDK_ARTIFACT_UPLOAD_SECRET
910

0 commit comments

Comments
 (0)