From 2c93bd0ac5c628138526fb1b68cd03b5bda06641 Mon Sep 17 00:00:00 2001 From: Diel Duarte Date: Mon, 13 Jul 2026 10:18:09 -0300 Subject: [PATCH] chore: update sync_prs_to_linear action hash to a54e4298f0 --- .github/workflows/sync-prs-to-linear.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-prs-to-linear.yml b/.github/workflows/sync-prs-to-linear.yml index 0d7b589..503ccf0 100644 --- a/.github/workflows/sync-prs-to-linear.yml +++ b/.github/workflows/sync-prs-to-linear.yml @@ -17,8 +17,8 @@ jobs: issues: write steps: - - uses: resend/public-shared-workflows/.github/actions/sync_prs_to_linear@f6bdeec8e632f07b158cd1e3cd3ac70f59463288 + - uses: resend/public-shared-workflows/.github/actions/sync_prs_to_linear@a54e4298f03be11600192b1004b021501545f4c5 with: linear-api-key: ${{ secrets.LINEAR_API_KEY }} linear-team-id: ${{ secrets.LINEAR_TEAM_ID }} - github-token: ${{ github.token }} + github-token: ${{ github.token }} \ No newline at end of file