Skip to content

Add zizmor GHA workflow and solve findings #73

Add zizmor GHA workflow and solve findings

Add zizmor GHA workflow and solve findings #73

name: Add Issues and PRs to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
permissions: {}
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
with:
project-url: https://github.com/orgs/trailofbits/projects/12
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}