Skip to content

[QI2-1220] Trigger reusable workflow #299

[QI2-1220] Trigger reusable workflow

[QI2-1220] Trigger reusable workflow #299

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
testing:
uses: qutech-delft/github-actions/.github/workflows/poetry-tests.yaml@fix/QI2-1219/fix-failing-action-import

Check failure on line 11 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yaml" -> "qutech-delft/github-actions/.github/workflows/poetry-tests.yaml@fix/QI2-1219/fix-failing-action-import" (source branch with sha:83afaee49fbe7903f3f8729b0b7175b8e5a422ae) : secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name
secrets:
e2e_username: ${{ secrets.E2E_USERNAME }}
e2e_password: ${{ secrets.E2E_PASSWORD }}