Skip to content

Commit 3389363

Browse files
committed
ci: Debug ci
1 parent f3f5f6f commit 3389363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/upload-badge.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const headers = new Headers([
3030
["User-Agent", "Schneegans"],
3131
["Authorization", `token ${process.env['GIST_SECRET']}`],
3232
]);
33-
33+
console.log(process.env['GIST_SECRET'], process.env['GIST_ID'])
3434
(async function(){
3535
const result = await fetch(gistUrl, {
3636
method: "POST",

0 commit comments

Comments
 (0)