Skip to content

bump ci

bump ci #152

Workflow file for this run

name: Register and Issue using Traefik
on:
push:
schedule:
- cron: "40 6 1/7 * *"
jobs:
traefik-register-and-issue:
runs-on: ubuntu-latest
steps:
- name: Install jq if needed
run: jq -V || (apt update && apt install -y jq)
- uses: actions/checkout@v3
- name: Register and Issue certificate
run: ${GITHUB_WORKSPACE}/examples/traefik/test.sh