Skip to content

Consolidate shared code between workflows. #1

Consolidate shared code between workflows.

Consolidate shared code between workflows. #1

Workflow file for this run

name: "Nightly Build"
run-name: "Nightly Build ${{ github.ref_name }}"
on:
schedule:
- cron: "0 9 * * *"
jobs:
call-build:
uses: alexdlaird/pyngrok/.github/workflows/build.yml
secrets: inherit
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}

Check failure on line 13 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
NGROK_HTTP_EDGE: ${{ secrets.NGROK_HTTP_EDGE }}
NGROK_TCP_EDGE: ${{ secrets.NGROK_TCP_EDGE }}
NGROK_API_KEY: ${{ secrets.NGROK_API_KEY }}
NGROK_HTTP_EDGE_ENDPOINT: ${{ secrets.NGROK_HTTP_EDGE_ENDPOINT }}
NGROK_TCP_EDGE_ENDPOINT: ${{ secrets.NGROK_TCP_EDGE_ENDPOINT }}