tailscale / github-action

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

Status: 403, Message: "user does not have access to this operation" #100

Closed joshuabalduff closed 7 months ago

joshuabalduff commented 7 months ago

I am following the readme, am I missing something?

DentonGentry commented 7 months ago

You'll need to include more information like the full output from the action and whether using an authkey or OAuth client.

joshuabalduff commented 7 months ago

Will close, figured out my issue. One of the permissions required write.

SaffyCat commented 5 months ago

@joshuabalduff Can you tell me which permission ? and where ? i'm having the same problem. Thanks

Falci commented 5 months ago

I had the same issue. I didn't add the device:write scope. I updated the readme on #111 to include this info.