+ [2020-04-30T15:27:10Z] treehug88 or, https://developer.github.com/v3/repos/collaborators/
+ [2020-04-30T20:49:20Z] Wally anyone here able to help with travis-ci releases?
+ [2020-04-30T20:49:56Z] Wally I'm not able to get the file deployment working :(
+ [2020-04-30T20:51:16Z] Wally Skipping deployment because branch is not permitted is what I see

message no. 180000

Posted by pat64 in #github at 2020-04-30T06:26:05Z

drleviathan: You're right. I did echo GITHUB_TOKEN and it showed *** only. Meaning there is something there which is automatically being cencored for the log.
+ [2020-05-01T14:23:31Z] 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.
+ [2020-05-01T14:24:16Z] adrian_1908 It looks like the "on" property is required, so I cannot just omit it from my main.yml.
+ [2020-05-01T14:26:07Z] jhass yeah, there's no webinterface way, but you can use the repository_dispatch event and a simple curl to the API
+ [2020-05-01T14:31:03Z] adrian_1908 Ok, I'll look into that. Thanks!
+ [2020-05-01T14:31:41Z] 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?