Skip to content

Commit 1b43aea

Browse files
Even mMore CI debug
1 parent 0971f75 commit 1b43aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/publish-npm.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ console.log(`GITHUB_REF=${ref}`);
1212
console.log(`GITHUB_SHA=${sha}`);
1313
console.log(`GITHUB_EVENT_PATH=${eventPath}`);
1414
console.log(`FORCE_PUBLISH=${forcePublish}`);
15+
console.log(
16+
`ACTIONS_ID_TOKEN_REQUEST_URL=${process.env.ACTIONS_ID_TOKEN_REQUEST_URL ? "set" : ""}`
17+
);
18+
console.log(
19+
`ACTIONS_ID_TOKEN_REQUEST_TOKEN=${process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN ? "set" : ""}`
20+
);
1521

1622
const isTag = ref.startsWith("refs/tags/v");
1723
const tagVersion = isTag ? ref.replace("refs/tags/v", "") : null;

0 commit comments

Comments
 (0)