Update generate-docs action to use access token for submodule update

This commit is contained in:
Jon Siwek 2020-09-01 19:49:36 -07:00
parent 49de7199d7
commit d51e0f73b7
3 changed files with 6 additions and 1 deletions

View file

@ -83,6 +83,7 @@ jobs:
cd .. cd ..
echo "*** Update zeek/doc Submodule ***" echo "*** Update zeek/doc Submodule ***"
git remote set-url origin "https://zeek-bot:${{ secrets.ZEEK_BOT_TOKEN }}@github.com/zeek/zeek"
git add doc git add doc
git commit -m 'Update doc submodule [nomail] [skip ci]' git commit -m 'Update doc submodule [nomail] [skip ci]'
git push git push

View file

@ -1,4 +1,8 @@
3.3.0-dev.229 | 2020-09-01 19:49:36 -0700
* Update generate-docs action to use access token for submodule update (Jon Siwek, Corelight)
3.3.0-dev.228 | 2020-09-01 18:37:33 -0700 3.3.0-dev.228 | 2020-09-01 18:37:33 -0700
* Update generate-docs action to install Sphinx dependency (Jon Siwek, Corelight) * Update generate-docs action to install Sphinx dependency (Jon Siwek, Corelight)

View file

@ -1 +1 @@
3.3.0-dev.228 3.3.0-dev.229