From 385a9e0d67f1271fcb3651fbde23827944ec1e3e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 10 Jul 2026 13:20:52 +0000 Subject: [PATCH] chore: sync prs to linear with latest workflow Co-authored-by: Gabriel Miranda --- .github/workflows/sync-prs-to-linear.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-prs-to-linear.yml b/.github/workflows/sync-prs-to-linear.yml index 9f69c83..0d7b589 100644 --- a/.github/workflows/sync-prs-to-linear.yml +++ b/.github/workflows/sync-prs-to-linear.yml @@ -17,7 +17,7 @@ jobs: issues: write steps: - - uses: resend/public-shared-workflows/.github/actions/sync_prs_to_linear@9dd949340245057c074a4c0c96d9d7a7df22b655 + - uses: resend/public-shared-workflows/.github/actions/sync_prs_to_linear@f6bdeec8e632f07b158cd1e3cd3ac70f59463288 with: linear-api-key: ${{ secrets.LINEAR_API_KEY }} linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}