From e344e854aa71193c4ca7423c1378cdcad5f398bc Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Fri, 1 May 2026 11:34:44 -0300 Subject: [PATCH] chore: use centralized jira-release-sync action Point the Jira release sync workflow at the v1 tag of the ThePalaceProject/github-actions repository instead of the inline action in the circulation repo. --- .github/workflows/jira-release-sync.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/jira-release-sync.yml b/.github/workflows/jira-release-sync.yml index 50243b83e..81c73ab63 100644 --- a/.github/workflows/jira-release-sync.yml +++ b/.github/workflows/jira-release-sync.yml @@ -6,11 +6,8 @@ jobs: sync-to-jira: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Sync release to Jira - uses: ThePalaceProject/circulation/.github/actions/jira-release-sync@main + uses: ThePalaceProject/github-actions/jira-release-sync@v1 with: jira-base-url: ${{ secrets.JIRA_BASE_URL }} jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}