From 8fbb5d3191cb9ae84bf3f7ed9114585ed86b143a Mon Sep 17 00:00:00 2001 From: Taylor Y Date: Sun, 27 Aug 2023 09:29:04 -0700 Subject: [PATCH] =?UTF-8?q?command=20changed=20=F0=9F=A4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40047d9..004c488 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Runs `deno fmt` and the Puppeteer tests on Github Actions using a Linux Host. Use this command to get the secret contents ``` -base64 .env.github | pbcopy +base64 -i .env.github | pbcopy ``` secret name should be `ENV_GITHUB_ACTIONS`