tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
532 stars 80 forks source link

Request: Make this action work with OAuth #59

Closed purkhusid closed 1 year ago

purkhusid commented 1 year ago

It's currently a pain that you can only use auth keys with the action since they belong to a user and they expire in 90 days. Would it be possible to upgrade this action to allow the use of OAuth instead?

dgivens commented 1 year ago

I'm running into this as well. To workaround it, I'm going to add a step to my workflow to generate an auth token using OAuth credentials in a preceding step.