Passing GitHub Actions workflow step output to JavaScript When you want your JavaScript code to access all of the data from a previous GitHub Actions workflow step. Nicholas C. Zakas February 21, 2025 • 2 min read JavaScriptGitHubGitHub Actions
How to read environment variables in Deno using JavaScript Deno's API for accessing environment variables is different than Node.js's API. Nicholas C. Zakas October 9, 2020 • 1 min read DenoEnvironment VariablesJavaScript