Skip to content

Deploy Vector Preview Sites #13

Deploy Vector Preview Sites

Deploy Vector Preview Sites #13

name: Deploy Vector Preview Sites
on:
workflow_run:
workflows: ["Call Build Preview"]
types:
- completed
jobs:
deploy_vector_preview_site:
uses: ./.github/workflows/create_preview_sites.yml
with:
APP_ID: "d1a7j77663uxsc"
APP_NAME: "vector.dev"
REQUEST_TOKEN: ${{ secrets.REQUEST_TOKEN }}

Check failure on line 15 in .github/workflows/build_preview_sites.yml

View workflow run for this annotation

GitHub Actions / Deploy Vector Preview Sites

Invalid workflow file

The workflow is not valid. .github/workflows/build_preview_sites.yml (Line: 15, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.REQUEST_TOKEN .github/workflows/build_preview_sites.yml (Line: 16, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.REQUEST_MESSAGE
REQUEST_MESSAGE: ${{ secrets.REQUEST_MESSAGE }}
ENDPOINT: ${{ secrets.BUILDER_ENDPOINT }}
deploy_rust_doc_preview_site:
uses: ./.github/workflows/create_preview_sites.yml
with:
APP_ID: "d1hoyoksbulg25"
APP_NAME: "Rust Doc"
REQUEST_TOKEN: ${{ secrets.REQUEST_TOKEN }}
REQUEST_MESSAGE: ${{ secrets.REQUEST_MESSAGE }}
ENDPOINT: ${{ secrets.BUILDER_ENDPOINT }}
deploy_vrl_playground_preview_site:
uses: ./.github/workflows/create_preview_sites.yml
with:
APP_ID: "d2lr4eds605rpz"
APP_NAME: "VRL Playground"
REQUEST_TOKEN: ${{ secrets.REQUEST_TOKEN }}
REQUEST_MESSAGE: ${{ secrets.REQUEST_MESSAGE }}
ENDPOINT: ${{ secrets.BUILDER_ENDPOINT }}