mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 22:09:22 +00:00
Update README with Maintainer's notes.
This commit is contained in:
parent
7bdeda39cd
commit
a135c43067
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -7,3 +7,14 @@ Usage:
|
|||
uses: tailscale/github-action@main
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }} # from your GitHub repository secrets
|
||||
|
||||
### Maintainer's Notes
|
||||
This repository is provided and maintained by Tailscale, Inc.
|
||||
|
||||
The CI script in this repository uses an ephemeral authkey generated for the
|
||||
Tailnet owned by TailscaleGitHubActionBot.github. A new ephemeral authkey will
|
||||
need to be generated every 3 months and placed in the TAILSCALE\_AUTHKEY in
|
||||
the Secrets for this repository.
|
||||
|
||||
If a CI run fails, it is likely because the Ephemeral Authkey expired since
|
||||
the last time it was run. You should generate a new key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue