You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this as well, no matter what I do I cannot get the action to come up and assign an exit node so I broke it up into two different actions in the yaml file.
Would be interesting to know if this is by-design and if so, could it be documented?
- name: Tailscaleuses: tailscale/github-action@v2with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENTID }}oauth-secret: ${{ secrets.TS_OAUTH_KEY }}tags: tag:ci#args: "--exit-node=nas1" #using this we get an error: must be IP or unique node name
- name: Tailscale - ReRun Up Command To Set ExitNode to pfsenseuses: tailscale/github-action@v2with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENTID }}oauth-secret: ${{ secrets.TS_OAUTH_KEY }}tags: tag:ciargs: "--exit-node=nas1"
FYI I found the reference issue explaining why this happens (again, I really think this needs to be documented somehow in the github action itself as it seems like anyone wanting to use this action would probably have to deal with the problem).
I am trying to use
tailscale/github-action@v2
Github action. You can find my Github action code belowHowever, when running above action, I am getting error
invalid value "nas1" for --exit-node; must be IP or unique node name
I can successfully run Tailscale using
nas1
as exit node when using Tailscale CLICould you guide me on how to debug this issue, please?
The text was updated successfully, but these errors were encountered: