mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 18:42:05 +01:00
Github: prevent to run update releasenotes without the apikey
This commit is contained in:
parent
700c7b2795
commit
31826d7726
6
.github/workflows/submodules.yml
vendored
6
.github/workflows/submodules.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
git pull
|
||||
git submodule status
|
||||
- name: update releasenotes
|
||||
env:
|
||||
PHABRICATOR_API: ${{ secrets.PHABRICATOR_API }}
|
||||
if: env.PHABRICATOR_API != null
|
||||
run: |
|
||||
pip3 install phabricator
|
||||
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
|
||||
@ -54,6 +57,9 @@ jobs:
|
||||
git pull
|
||||
git submodule status
|
||||
- name: update releasenotes
|
||||
env:
|
||||
PHABRICATOR_API: ${{ secrets.PHABRICATOR_API }}
|
||||
if: env.PHABRICATOR_API != null
|
||||
run: |
|
||||
pip3 install phabricator
|
||||
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b equuleus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user