From 808e8e0f36f4a59b7fa68ce8ba62c50f4090d88e Mon Sep 17 00:00:00 2001 From: Ron Green <11993626+georgettica@users.noreply.github.com> Date: Sat, 4 Dec 2021 19:03:36 +0200 Subject: [PATCH] docs(quickstart): minimum github_token perms (#2722) * docs(quickstart): minimum github_token perms after testing, this is what I found not sure this is the exact way we should write this but it's a start * Update www/docs/quick-start.md Co-authored-by: Carlos Alexandro Becker --- www/docs/quick-start.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/docs/quick-start.md b/www/docs/quick-start.md index 5857db617..053297080 100644 --- a/www/docs/quick-start.md +++ b/www/docs/quick-start.md @@ -44,6 +44,9 @@ In order to release to GitHub, you'll need to export a `GITHUB_TOKEN` environmen It will be used to deploy releases to your GitHub repository. You can create a new github token [here](https://github.com/settings/tokens/new). +!!! info + The minimum permissions the `GITHUB_TOKEN` should have to run this are `write:packages` + ```sh export GITHUB_TOKEN="YOUR_GH_TOKEN" ```