Add function to request latest github tag

This commit is contained in:
2023-05-22 13:04:45 +02:00
parent 04b24eeb99
commit f564676cb6
2 changed files with 41 additions and 1 deletions

View File

@ -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