From dacf9a81e78917a14150b5512e94fe01ce0e49a2 Mon Sep 17 00:00:00 2001 From: Tal Derei Date: Fri, 24 Jan 2025 14:04:30 -0800 Subject: [PATCH] satisfy linter --- docs/ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci-cd.md b/docs/ci-cd.md index 1d03ea35..cac3529a 100644 --- a/docs/ci-cd.md +++ b/docs/ci-cd.md @@ -40,6 +40,6 @@ If you need to update 2: 1. Follow this guide: https://github.com/fregante/chrome-webstore-upload-keys 2. Download JSON file with client_id and client_secret (constituting 2/3 of the creds you need) 3. `node cli.js` in that repo, follow the interactive tool -4. Edit the CI secrets in this repo with the new client_id, client_secret, and refresh_token values +4. Edit the CI secrets in this repo with the new client_id, client_secret, and refresh_token values Then rerun the failed publishing job, and confirm it passes.