From 701422a0edf8e56d99851b7dd2b88bebc5efce06 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 3 Sep 2019 17:22:12 +0200 Subject: [PATCH] renaming gist access token => github access token --- src/app/tabs/settings-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/settings-tab.js b/src/app/tabs/settings-tab.js index 2038c5f137..0d7ac7a09f 100644 --- a/src/app/tabs/settings-tab.js +++ b/src/app/tabs/settings-tab.js @@ -128,7 +128,7 @@ module.exports = class SettingsTab extends ViewPlugin { this._view.gistToken = yo`
-
Gist Access Token
+
Github Access Token

Manage the access token used to publish to Gist and retrieve Github contents.

Go to github token page (link below) to create a new token and save it in Remix. Make sure this token has only 'create gist' permission.

https://github.com/settings/tokens