summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-05-22 13:04:45 +0200
committerEugen Wissner <belka@caraus.de>2023-05-22 13:04:45 +0200
commitf564676cb6576dd8e980770b0ffa3311a060e348 (patch)
treea14bb18a9b8aae97a6428e2e967c0044d120bca2 /config
parent04b24eeb9963939b64abdd505d665cf892b1bd5d (diff)
downloadslackbuilder-f564676cb6576dd8e980770b0ffa3311a060e348.tar.gz
Add function to request latest github tag
Diffstat (limited to 'config')
-rw-r--r--config/config.rb.example3
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