Skip to content

GitHub action add to tech debt project #18

GitHub action add to tech debt project

GitHub action add to tech debt project #18

# 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:
push:
branches:
- github-action-add-to-tech-debt-project
pull_request:
types:
- labeled
jobs:
call-workflow-add_to_technical_debt_project:
uses: sanger/.github/.github/workflows/add_to_technical_debt_project.yml@master

Check failure on line 16 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: 16, Col: 11): Secret token is required, but not provided while calling.
secrets:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}