diff --git a/.github/workflows/release-hotfix.yml b/.github/workflows/release-hotfix.yml index 473c3a37a..fa9b29b10 100644 --- a/.github/workflows/release-hotfix.yml +++ b/.github/workflows/release-hotfix.yml @@ -5,7 +5,7 @@ name: Release automation from 'hotfix' branch on: push: - branches: [hotfix/2.3.4] + branches: [hotfix/3.2.2] jobs: release-please: name: Create a new release @@ -14,7 +14,7 @@ jobs: - uses: google-github-actions/release-please-action@v3 id: release with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.BLACKLIGHT_RELEASE_TOKEN }} default-branch: "hotfix/2.3.4" release-type: ruby package-name: nla-blacklight