diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index e0db555..3215514 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -14,7 +14,7 @@ jobs: - name: Check out uses: actions/checkout@v4 with: - token: ${{ secrets.COMMITIZEN_PRIVATE_KEY }} + ssh-key: ${{ secrets.COMMITIZEN_PRIVATE_KEY }} fetch-depth: 0 - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master