Skip to content

Change to licence PAT #6

Change to licence PAT

Change to licence PAT #6

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@b9cde8bcbbce838802ecd0aba2c3a7f8b82f519c # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}