linux generator

This commit is contained in:
Bryan Gerlach
2024-09-28 12:43:51 -05:00
parent 22c65bad53
commit c7141a16a1
2 changed files with 52 additions and 52 deletions

View File

@@ -269,7 +269,7 @@ def startgh(request):
#print(request)
data_ = json.loads(request.body)
####from here run the github action, we need user, repo, access token.
url = 'https://api.github.com/repos/'+_settings.GHUSER+'/rustdesk/actions/workflows/generator.yml/dispatches'
url = 'https://api.github.com/repos/'+_settings.GHUSER+'/rdgen/actions/workflows/generator.yml/dispatches'
data = {
"ref":"master",
"inputs":{