Skip to content

Update License

Update License #22

Workflow file for this run

name: Get SSL License
run-name: Update License
on:
workflow_dispatch:
schedule:
- cron: "0 14 1 * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup GO
uses: actions/[email protected]
with:
go-version: 1.20.3
- name: Execute
env:
CONFIG: ${{ secrets.CONFIG }}
ALIYUN_ACCESSKEY: ${{ secrets.ALIYUN_ACCESSKEY }}
ALIYUN_SECRETKET: ${{ secrets.ALIYUN_SECRETKET }}
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
run: go run main.go