Skip to content

Change to licence PAT #15

Change to licence PAT

Change to licence PAT #15

Workflow file for this run

---
name: Add issues to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@c35454fa3ce8fba0c3ea48d623cbfa572716c367 # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}