+ [5 years ago] treehug88 or, https://developer.github.com/v3/repos/collaborators/
+ [5 years ago] Wally anyone here able to help with travis-ci releases?
+ [5 years ago] Wally I'm not able to get the file deployment working :(
+ [5 years ago] Wally Skipping deployment because branch is not permitted is what I see

message no. 179999

Posted by drleviathan in #github at 2020-04-30T00:12:27Z

and if isn't there you could pass it manually
+ [5 years ago] adrian_1908 I'm trying to set up GitHub actions. Is there a way to only run the actions when I do request so manually (via the web interface)? I don't have the need/desire for any kind of automated hook.
+ [5 years ago] adrian_1908 It looks like the "on" property is required, so I cannot just omit it from my main.yml.
+ [5 years ago] jhass yeah, there's no webinterface way, but you can use the repository_dispatch event and a simple curl to the API
+ [5 years ago] adrian_1908 Ok, I'll look into that. Thanks!
+ [5 years ago] pat64 jhass: Yesterday, did you mean to say that it's possible that GITHUB_TOKEN is restricted to non-container jobs and won't work in a container, even though the commands are the same?