diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ab5523731c..c8060830ee 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 2 - token: ${{ secrets.SSH_AUTHENTICATION_KEY }} + ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }} - name: Install SSH key uses: shimataro/ssh-key-action@v2