diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index bc7b64a..0082fe1 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -45,6 +45,8 @@ jobs: - name: Commit and Push changes run: | cd ./NetflixInfra + git config user.email "${{ secrets.GIT_USER_EMAIL }}" + git config user.name "${{ secrets.GIT_USER_NAME }}" git add . git commit -m "Update NetflixFrontend image to frontend-v0.0.3-${{ github.run_number }}" git push