mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Add missing git config to generate-docs action
This commit is contained in:
parent
e67dae182d
commit
bcebb80ca6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
- name: Update zeek-docs Submodule
|
||||
run: |
|
||||
echo "*** Update zeek/doc Submodule ***"
|
||||
git config --global user.name zeek-bot
|
||||
git config --global user.email info@zeek.org
|
||||
git remote add auth "https://zeek-bot:${{ secrets.ZEEK_BOT_TOKEN }}@github.com/zeek/zeek"
|
||||
git add doc
|
||||
git status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue