diff options
-rw-r--r-- | .github/workflows/submodules.yml | 6 | ||||
-rw-r--r-- | docs/configuration/firewall/index.rst | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index a90d0c70..82724f03 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -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 diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 04800b91..909d77e8 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -127,7 +127,7 @@ Some firewall settings are global and have a affect on the whole system. .. cfgcmd:: set firewall state-policy established log enable - Set the global setting for a astablished connections. + Set the global setting for a established connections. .. cfgcmd:: set firewall state-policy invalid action [accept | drop | reject] |