Skip to content

Commit

Permalink
gha(helm-release): use github-actions user
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz committed Oct 15, 2024
1 parent 5d8c362 commit 555a4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.name "github-actions"
git config user.email "github-actions@users.noreply.github.com"
- name: Setup Helm
uses: azure/setup-helm@v4.2.0
- name: Update helm dependencies
Expand Down

0 comments on commit 555a4f1

Please sign in to comment.