diff --git a/.github/workflows/tag-release-version.yml b/.github/workflows/tag-release-version.yml index 33fd0082f..acd69d036 100644 --- a/.github/workflows/tag-release-version.yml +++ b/.github/workflows/tag-release-version.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - token: ${{ secrets.RELEASE_DEPLOY_KEY }} + ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }} ref: develop - name: Install dependencies