Skip to content

Commit

Permalink
misc: change to fixed user on docs GH.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Oct 16, 2023
1 parent d08d46e commit 96011b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
- run: helm-docs
- name: Commit documentation
run: |
git config --global user.name '$GITHUB_ACTOR'
git config --global user.email '$GITHUB_ACTOR@users.noreply.github.com'
git config --global user.name 'CryptPad Helm Actions'
git config --global user.email 'cryptpad-helm-actions@users.noreply.github.com'
git add .
git commit -sm "docs: generate chart documentation"
git push
env:
GITHUB_ACTOR: ${{ vars.GITHUB_ACTOR }}
git push

0 comments on commit 96011b6

Please sign in to comment.