From b0fb0c64922c15ffc87aff454de2de1d9ec1524b Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 20 Oct 2016 11:22:32 +0900 Subject: [PATCH] Document S3 creds --- docs/development/releasing.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/development/releasing.md b/docs/development/releasing.md index a7e64305ef34..e85bfe972af8 100644 --- a/docs/development/releasing.md +++ b/docs/development/releasing.md @@ -66,9 +66,14 @@ npm start Verify the window is displaying the current updated version. -## Set `$ELECTRON_GITHUB_TOKEN` +## Set environment variables -Create a personal access token with "repo" scope, and set it in your environment as `ELECTRON_GITHUB_TOKEN`. +You'll need to set the following environment variables to publish a release. Ask another team member for these credentials. + +- `$ELECTRON_S3_BUCKET` +- `$ELECTRON_S3_ACCESS_KEY` +- `$ELECTRON_S3_SECRET_KEY` +- `$ELECTRON_GITHUB_TOKEN` - A personal access token with "repo" scope. You will only need to do this once.