diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9c8581e..c10520c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,9 +21,10 @@ jobs: with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Setup git - run: | - git config --global user.email "github_actions@example.com" - git config --global user.name "Github Actions" + uses: oleksiyrudenko/gha-git-credentials@v2.1.1 + with: + global: true + token: '${{ secrets.GITHUB_TOKEN }}' - name: Install Python 3.10 uses: actions/setup-python@v3 with: