-
Notifications
You must be signed in to change notification settings - Fork 1
37 lines (34 loc) · 1.05 KB
/
badge.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: k8s badge build
on:
workflow_dispatch:
schedule:
- cron: '0/10 * * * *'
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
k8s-badge-build:
name: k8s badge build
runs-on: ubuntu-latest
steps:
- name: setup tailscale
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{secrets.TAILSCALE_CLIENT_ID}}
oauth-secret: ${{secrets.TAILSCALE_SECRET}}
tags: "tag:github"
args: "--accept-routes"
version: 1.66.4
- name: gen svg
uses: walnuts1018/k8s-badge@v1
timeout-minutes: 5
with:
kubeconfig: ${{ secrets.Kubeconfig }}
github_token: ${{ secrets.GITHUB_TOKEN }}