Skip to content

[QI2-1220] Trigger reusable workflow #308

[QI2-1220] Trigger reusable workflow

[QI2-1220] Trigger reusable workflow #308

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@master

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@master" (source branch with sha:27ac21c60300720cce3eaf6e57916b65478e124f) : 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 }}