From f564676cb6576dd8e980770b0ffa3311a060e348 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 22 May 2023 13:04:45 +0200 Subject: Add function to request latest github tag --- config/config.rb.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/config.rb.example') 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 -- cgit v1.2.3