mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update generate-docs action to use access token for submodule update
This commit is contained in:
parent
49de7199d7
commit
d51e0f73b7
3 changed files with 6 additions and 1 deletions
1
.github/workflows/generate-docs.yml
vendored
1
.github/workflows/generate-docs.yml
vendored
|
@ -83,6 +83,7 @@ jobs:
|
|||
cd ..
|
||||
|
||||
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 commit -m 'Update doc submodule [nomail] [skip ci]'
|
||||
git push
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
||||
* Update generate-docs action to install Sphinx dependency (Jon Siwek, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.3.0-dev.228
|
||||
3.3.0-dev.229
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue