From fb3368921a17391c94f02a5c544f6578716f7954 Mon Sep 17 00:00:00 2001 From: Felix Seifert Date: Wed, 21 Sep 2022 16:02:35 +0200 Subject: [PATCH] Improve hint for inserting secrets securely (#1354) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6448795..c460630 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ GitHub [automatically provides](https://docs.github.com/en/actions/security-guid If your workflow depends on this token, you need to create a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and pass it to `act` as a secret: ```bash -act -s GITHUB_TOKEN=[insert token or leave blank for secure input] +act -s GITHUB_TOKEN=[insert token or leave blank and omit equals for secure input] ``` **WARNING**: `GITHUB_TOKEN` will be logged in shell history if not inserted through secure input or (depending on your shell config) the command is prefixed with a whitespace.