From 7066d11a6a2b4dc32f6961f809dfe9a7bb677299 Mon Sep 17 00:00:00 2001 From: Aaron Sachs <898627+asachs01@users.noreply.github.com> Date: Sun, 3 May 2026 22:15:32 -0400 Subject: [PATCH] fix(add-to-project): call shared reusable workflow Replaces the per-repo PAT-based workflow with a thin caller of wyre-technology/.github auto-add-to-project, which authenticates as the wyre-projects-bot GitHub App. --- .github/workflows/add-to-project.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 0bb49f0..57a215f 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -1,4 +1,4 @@ -name: Add to project board +name: Auto-add to project on: issues: @@ -7,10 +7,6 @@ on: types: [opened] jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1.0.2 - with: - project-url: https://github.com/orgs/wyre-technology/projects/1 - github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }} + call: + uses: wyre-technology/.github/.github/workflows/auto-add-to-project.yml@main + secrets: inherit