mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-18 03:22:06 +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 pull
|
||||||
git submodule status
|
git submodule status
|
||||||
- name: update releasenotes
|
- name: update releasenotes
|
||||||
|
env:
|
||||||
|
PHABRICATOR_API: ${{ secrets.PHABRICATOR_API }}
|
||||||
|
if: env.PHABRICATOR_API != null
|
||||||
run: |
|
run: |
|
||||||
pip3 install phabricator
|
pip3 install phabricator
|
||||||
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
|
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
|
||||||
@ -54,6 +57,9 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
git submodule status
|
git submodule status
|
||||||
- name: update releasenotes
|
- name: update releasenotes
|
||||||
|
env:
|
||||||
|
PHABRICATOR_API: ${{ secrets.PHABRICATOR_API }}
|
||||||
|
if: env.PHABRICATOR_API != null
|
||||||
run: |
|
run: |
|
||||||
pip3 install phabricator
|
pip3 install phabricator
|
||||||
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b equuleus
|
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b equuleus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user