diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e3587ac..81d0c34 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,6 +14,11 @@ jobs: with: fetch-depth: 0 + - name: Configure Git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Run Helm Chart Releaser uses: helm/chart-releaser-action@v1.6.0 env: @@ -23,7 +28,7 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.actor }} + username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Push Chart(s) to GitHub Container Registry