maybe require auth for feeds #6
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: Cloudflare Tunnel Validate | |
on: | |
workflow_dispatch: {} | |
push: | |
paths: | |
- 'ingress/cloudflared/config.yaml' | |
- '.github/workflows/cloudflare-tunnel-validate.yaml' | |
jobs: | |
validate-config: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- uses: jaxxstorm/[email protected] | |
with: # Grab a pure binary | |
repo: cloudflare/cloudflared | |
tag: 2023.5.0 | |
extension-matching: disable | |
rename-to: cloudflared | |
chmod: 0755 | |
- name: Validate Cloudflared config | |
run: | | |
cloudflared --config='ingress/cloudflared/config.yaml' tunnel ingress validate |