Skip to content

Workflow file for this run

on:
push
defaults:
run:
working-directory: ./tests/rust
jobs:
lint:
uses: ./.github/workflows/call-rust-lint.yml
with:
clippy: "false"
build:
needs: lint
uses: ./.github/workflows/call-rust-build.yml
containeraized:
needs: build
permissions:
contents: read
packages: write
uses: ./.github/workflows/call-containerize.yml
with:
version: ${{ needs.build.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 26 in .github/workflows/rust-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust-ci.yml

Invalid workflow file

The workflow is not valid. .github/workflows/rust-ci.yml (Line: 26, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GITHUB_TOKEN