Skip to content
# Triggered on creation of depfu pull requests
# Adds the pull request to the technical debt project (board)
name: Add dependencies to technical debt project
on:
pull_request:
types:
- labeled
jobs:
call-workflow-add_to_technical_debt_project:
uses: sanger/.github/.github/workflows/add_to_technical_debt_project.yml@master
with:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

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

View workflow run for this annotation

GitHub Actions / Add dependencies to technical debt project

Invalid workflow file

The workflow is not valid. .github/workflows/add_to_tech_debt_project.yml (Line: 15, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.ADD_TO_PROJECT_PAT
labeled: test-label