ci test
This commit is contained in:
parent
76b7ce427a
commit
bda6ec4d68
1 changed files with 8 additions and 0 deletions
8
.github/workflows/deploy-k3s.yaml
vendored
8
.github/workflows/deploy-k3s.yaml
vendored
|
|
@ -72,6 +72,14 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Tailscale
|
||||||
|
uses: tailscale/github-action@v3
|
||||||
|
with:
|
||||||
|
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||||
|
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||||
|
tags: tag:ci
|
||||||
|
use-cache: "true"
|
||||||
|
|
||||||
- name: Set up Kubeconfig
|
- name: Set up Kubeconfig
|
||||||
uses: azure/setup-kubectl@v3 # A popular action for kubectl
|
uses: azure/setup-kubectl@v3 # A popular action for kubectl
|
||||||
# Alternatively, can do this manually:
|
# Alternatively, can do this manually:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue