diff --git a/.github/workflows/finish-release-train.yml b/.github/workflows/finish-release-train.yml index 12693ad2..a347fcdd 100644 --- a/.github/workflows/finish-release-train.yml +++ b/.github/workflows/finish-release-train.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.GH_TOKEN }} + ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }} - name: Setup Git User run: |