Skip to content

Commit

Permalink
fix: corrected variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jul 30, 2024
1 parent a1f7d8d commit 3c1d22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/arweave-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main() {
const mime = (await import("mime")).default;

const jwkBase64 = process.env.DEPLOY_KEY;
if (!jwk) {
if (!jwkBase64) {
throw new Error(
"The Arweave wallet key (DEPLOY_KEY) is missing or not accessible. Please ensure it is set as an environment variable."
);
Expand Down

0 comments on commit 3c1d22a

Please sign in to comment.