Skip to content

Test

Test #15

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
check-rust-toolchain:
uses: ./.github/workflows/check-rust-toolchain.yaml
secrets:
AUTHORIZED_DOWNLOAD_COOKIE: ${{ secrets.AUTHORIZED_DOWNLOAD_COOKIE }}

Check failure on line 12 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 12, Col: 35): Invalid secret, AUTHORIZED_DOWNLOAD_COOKIE is not defined in the referenced workflow.
check-qemu:
uses: ./.github/workflows/check-qemu.yaml
# secrets:
# AUTHORIZED_DOWNLOAD_COOKIE: ${{ secrets.AUTHORIZED_DOWNLOAD_COOKIE }}
build-test:
needs: [check-qemu, check-rust-toolchain]
uses: ./.github/workflows/build.yaml
# secrets:
# AUTHORIZED_DOWNLOAD_COOKIE: ${{ secrets.AUTHORIZED_DOWNLOAD_COOKIE }}