diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index c9ea584..be3b7a3 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 name: Checkout repository with: - ssh-key: ${{ secrets.DEPLOY_KEY }} + token: ${{ secrets.ACTIONS_ADMIN_KEY }} - name: Configure Git run: |