diff options
Diffstat (limited to 'config/config.rb.example')
| -rw-r--r-- | config/config.rb.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.rb.example b/config/config.rb.example index 4428d31..0471ac6 100644 --- a/config/config.rb.example +++ b/config/config.rb.example @@ -3,5 +3,6 @@ CONFIG = { remote_path: 'example.com:/srv/httpd/some/path', download_url: 'https://example.com/some/path', - branch: 'user/nick/updates' + branch: 'user/nick/updates', + gh_token: '' }.freeze |
