Skip to content

Commit

Permalink
Implemented commit signing for docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZo committed Mar 31, 2024
1 parent a5ef2c2 commit 7ddf515
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: bash ${GITHUB_WORKSPACE}/scripts/generate-readme.sh

- name: Commit & Push
uses: Andro999b/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
force: true
message: 'Overwritten by Github Actions'
shell: bash
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git commit --allow-empty --message="Overwritten by Github Actions"
git push

0 comments on commit 7ddf515

Please sign in to comment.