Skip to content

Commit c892a91

Browse files
ci: Add workflow for creating vX major tags (#7)
* Add workflow for creating vX major tags * docs: Automated README update --------- Co-authored-by: bendwyer-github-actions-app[bot] <161165928+bendwyer-github-actions-app[bot]@users.noreply.github.com>
1 parent 9e1d972 commit c892a91

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: promote-major-version
3+
4+
on:
5+
release:
6+
types:
7+
- published
8+
- edited
9+
10+
jobs:
11+
promote:
12+
uses: bendwyer/github-workflows/.github/workflows/github-action-promote-major-version.yml@main
13+
with:
14+
gh_app_id: ${{ vars.GH_APP_ID }}
15+
secrets:
16+
gh_app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ module "us_exit_node" {
198198
|------|-------------|------|---------|:--------:|
199199
| <a name="input_lightsail_availability_zone"></a> [lightsail\_availability\_zone](#input\_lightsail\_availability\_zone) | AWS Lightsail availability zone for the AWS Lightsail region. | `string` | `"a"` | no |
200200
| <a name="input_lightsail_region"></a> [lightsail\_region](#input\_lightsail\_region) | AWS Lightsail region to deploy to. | `string` | `"eu-central-1"` | no |
201-
| <a name="input_tailscale_exit_node_tag_names"></a> [tailscale\_exit\_node\_tag\_names](#input\_tailscale\_exit\_node\_tag\_names) | Tailscale exit node tag names to associate with ephemeral key. Tag names must be be prefixed with 'tag:' | `set(string)` | <pre>[<br> "tag:exit"<br>]</pre> | no |
201+
| <a name="input_tailscale_exit_node_tag_names"></a> [tailscale\_exit\_node\_tag\_names](#input\_tailscale\_exit\_node\_tag\_names) | Tailscale exit node tag names to associate with ephemeral key. Tag names must be be prefixed with 'tag:' | `set(string)` | <pre>[<br/> "tag:exit"<br/>]</pre> | no |
202202

203203
## Outputs
204204

0 commit comments

Comments
 (0)