bump ci #152
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |