Denton Gentry
d7bb41ca42
action.yml: support OAuth clients in addition to authkeys ( #71 )
...
Fixes https://github.com/tailscale/github-action/issues/59
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2023-06-28 16:35:31 -07:00
Dennis Schridde
69556f497e
Allow overriding tailscaled arguments ( #64 )
...
Signed-off-by: Dennis Schridde <dennis@metabase.com>
2023-06-28 16:26:19 -07:00
Will Norris
8b804aa882
preserve environment variables when calling sudo
...
This allows configuring the various aspects of tailscale that use
environment variables (such as OAuth authekeys, amongst others).
Updates #59
Signed-off-by: Will Norris <will@tailscale.com>
2023-05-15 08:23:50 -07:00
Brad Fitzpatrick
7bd8039bf2
Move 'tailscale up' to its own step.
...
So tailscaled doesn't run with the authkey in its env. It doesn't need
to know, so don't provide it. Defense in depth.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-04-26 15:43:24 -07:00
Lemon
ce41a99162
feat: check runner os and authkey empty ( #26 )
2022-10-22 18:00:56 -07:00
Adriano
846a867270
Update action.yml ( #47 )
...
Bump the default tailscale version used by this action
2022-10-22 17:50:36 -07:00
Rounak Datta
e870a1112f
Add capability to pass fixed hostname ( #33 )
...
* Add capability to pass fixed hostname
* Make the comparison statement POSIX compatible
2022-07-19 07:30:05 -07:00
Denton Gentry
5f7849625a
Merge pull request #14 from mlocher/patch-1
...
Fix code snippet indentation.
2022-07-04 17:10:45 -07:00
Denton Gentry
93adf6fb64
Merge pull request #38 from tailscale/update
...
Update to 1.24.2.
2022-06-13 16:23:35 -07:00
Denton Gentry
a822015a03
Update to 1.24.2.
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2022-06-12 12:55:53 -07:00
Denton Gentry
effa99fe9d
Merge pull request #24 from tailscale/update
...
Update to 1.18.2
2022-01-07 11:27:36 -08:00
Denton Gentry
ecdb6a2aed
Update to 1.18.2
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2022-01-07 11:22:52 -08:00
Denton Gentry
b10fe7b669
Merge pull request #20 from hbowron/main
...
Add optional `args` input to customize tailscale up command
2022-01-07 11:05:27 -08:00
Harry
b12eb1f32f
Moving args to env
2021-11-24 14:26:32 +02:00
Harry
5a57b3cfe8
Merge branch 'main' of https://github.com/tailscale/github-action into tailscale-main
2021-11-24 14:20:09 +02:00
Denton Gentry
33a2384888
Merge pull request #21 from tailscale/update1_18
...
Update to 1.18, remove loop
2021-11-19 08:34:03 -08:00
Denton Gentry
d1256d4577
Update to 1.18, remove loop
...
In release 1.16 and later, "tailscale up" will block until it can
connect to tailscaled and bring the link up. There is not a need
to loop any more.
2021-11-19 06:38:05 -08:00
Harry Bowron
fcb293e61e
Revert "Rename action for marketplace"
...
This reverts commit 8c58b05477 .
2021-11-12 16:12:52 +02:00
Harry
8c58b05477
Rename action for marketplace
2021-11-12 16:03:27 +02:00
Harry Bowron
ab55d2aaf9
Adding option input "args"
2021-11-12 16:01:43 +02:00
Marko Locher
3381393d3c
Fix code snippet indentation.
2021-09-25 10:39:52 +02:00
Denton Gentry
f3e0b07f2f
Merge pull request #13 from tailscale/home
...
Don't rely on $HOME
2021-09-20 21:43:56 -07:00
Denton Gentry
176a38cac3
Don't rely on $HOME
...
Some self-hosted runners don't have $HOME set.
Fixes https://github.com/tailscale/github-action/issues/12
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-09-20 05:20:33 -07:00
Denton Gentry
cc6818dd69
Merge pull request #10 from tailscale/branding
...
Add branding.
2021-09-07 16:31:36 -07:00
Denton Gentry
59a03bdf90
Add branding.
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-09-07 15:29:36 -07:00
Denton Gentry
ab168944ea
Merge pull request #9 from tailscale/v1.14
...
Update to 1.14.0, and slow down loop.
2021-08-25 09:56:40 -07:00
Denton Gentry
e603be9b53
Update to 1.14.0, and slow down loop.
...
Wait half a second, to poll a bit less aggressively.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-25 09:34:42 -07:00
Denton Gentry
aad9dcabfc
Revert "Update to 1.14.0, and slow down loop."
...
This reverts commit 446d3fee99 .
Didn't intend to commit to main.
2021-08-25 09:34:09 -07:00
Denton Gentry
446d3fee99
Update to 1.14.0, and slow down loop.
...
Wait half a second, to poll a bit less aggressively.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-25 09:33:53 -07:00
Denton Gentry
107c46d8c6
Merge pull request #7 from tailscale/accept-routes
...
Accept routes by default
2021-08-19 07:13:39 -07:00
Denton Gentry
46fca23e4c
Accept routes by default
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-19 07:07:42 -07:00
Denton Gentry
16dc1ccef1
Update README.md some more.
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-06 08:33:42 -07:00
Denton Gentry
4b48374c75
More tweaking of wording.
2021-08-05 21:17:28 -07:00
Denton Gentry
4a51791024
More details in the README.
2021-08-05 21:15:24 -07:00
Denton Gentry
a135c43067
Update README with Maintainer's notes.
2021-08-05 20:49:40 -07:00
Denton Gentry
7bdeda39cd
Merge pull request #4 from tailscale/update1.12
...
Update to 1.12.3 and tweak startup loop.
2021-08-05 20:25:08 -07:00
Denton Gentry
bcb5c5a38e
Update to 1.12.3 and tweak startup loop.
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-05 20:23:53 -07:00
Denton Gentry
c03fdcedb2
Merge pull request #3 from tailscale/ci
...
Add CI workflow
2021-08-05 18:05:23 -07:00
Denton Gentry
78c62c55c7
Adding Continuous integration test.
...
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-05 18:00:33 -07:00
Naman Sood
2abbb83732
update repository name in instructions
2021-04-29 09:53:47 -04:00
Naman Sood
ddf2a41dc9
fix readme example
...
Signed-off-by: Naman Sood <mail@nsood.in>
2021-04-28 14:00:40 -04:00
Naman Sood
8a6adfb433
use stable instead of git by default
...
Signed-off-by: Naman Sood <mail@nsood.in>
2021-04-28 14:00:40 -04:00
Naman Sood
64bd9c4b78
update readme
...
Signed-off-by: Naman Sood <mail@nsood.in>
2021-04-23 18:25:26 -04:00
Naman Sood
fe43578459
create deployable GitHub action
...
Signed-off-by: Naman Sood <mail@nsood.in>
2021-04-23 18:20:24 -04:00