From cc0c6d3b4ce5575914836fbfafa745624b0171d0 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Mon, 9 Jan 2023 14:54:12 +1000 Subject: [PATCH] Use ellipsis-like syntax for `--scopes` (#9740) --- pages/common/gh-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/gh-auth.md b/pages/common/gh-auth.md index aadb28c31d..fab9b72d01 100644 --- a/pages/common/gh-auth.md +++ b/pages/common/gh-auth.md @@ -29,4 +29,4 @@ - Expand the permission scopes: -`gh auth refresh --scopes {{write:org,read:public_key}}` +`gh auth refresh --scopes {{repo,admin:repo_hook,admin:org,admin:public_key,admin:org_hook,...}}`