Merge branch 'main' of github.com:maxgoedjen/secretive into newsetup

This commit is contained in:
Max Goedjen 2025-08-30 15:40:52 -07:00
commit 19760f1e02
No known key found for this signature in database

View File

@ -1,16 +0,0 @@
name: Add bugs to bugs project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/users/maxgoedjen/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}