Skip to content

Commit

Permalink
Merge pull request #20 from ZeroGachis/chore/update-tailscale
Browse files Browse the repository at this point in the history
⬆️ PLA-22 Upgrade Tailscale action
  • Loading branch information
nicolasbriere1 authored Aug 11, 2023
2 parents 48bf432 + d042071 commit 43f531e
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 18 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
image-version: ${{ steps.meta.outputs.version }}
steps:
- name: Tailscale
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/delete-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
name: ${{ inputs.environment_name }}
steps:
- name: Tailscale
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/push-image-ghcr-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
name: ${{ inputs.environment_name }}
steps:
- name: Tailscale
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
uses: actions/checkout@v3

- name: Tailscale
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-docker-upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ jobs:
steps:
- name: Tailscale
if: ${{ inputs.aws_credentials_enabled }}
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-docker-with-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ jobs:
steps:
- name: Tailscale
if: ${{ inputs.aws_credentials_enabled }}
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ jobs:
steps:
- name: Tailscale
if: ${{ inputs.aws_credentials_enabled }}
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:

steps:
- name: Tailscale
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ jobs:
name: ${{ inputs.environment_name }}
steps:
- name: Tailscale
uses: tailscale/github-action@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: ${{ vars.TAILSCALE_VERSION }}

- name: Import Secrets
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.7.0] - 2023-07-24
### Added
- Customize capability for terraform parallelism


## [2.8.0] - 2023-08-11
### Updated
- Tailscale v1 to v2

0 comments on commit 43f531e

Please sign in to comment.