Skip to content

Commit

Permalink
Update prepare-deploy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Myndex authored Jan 31, 2023
1 parent ee0d511 commit 906788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prepare-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export async function w3cEchidnaDeployment(
return false;
}

const token = inputs.W3C_ECHIDNA_TOKEN;
const wgDecisionURL = inputs.W3C_WG_DECISION_URL;
const token = null;// inputs.W3C_ECHIDNA_TOKEN;
const wgDecisionURL = 0; //inputs.W3C_WG_DECISION_URL;
if (!token || !wgDecisionURL) {
console.log(
"📣 Skipping deploy to W3C as required inputs were not provided.",
Expand Down

0 comments on commit 906788f

Please sign in to comment.