discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

Make it easier to work with ci/cd tools #64

Closed PeaceDealer closed 4 years ago

PeaceDealer commented 4 years ago

Hi.

I'm trying to make a github action which will automatically dispatch our updates...

The issue I'm running into is authentication. I would really not want to have my bot-token committed to the file, so I have it in a github secret, but this wornt work.

I have tried to work around this, by using sed to write the file, but github is much more clever than me, and just puts *** because obviously I should not be able to see the 'secerts' like this.

I would love for a way, to input the token as a parameter to the login command.

PeaceDealer commented 4 years ago

Okay, so the *** was actually just github filtering out the secret. Writing it to the file works, so Ill just close this back up.