ci: Add environment vars
Some checks failed
CI / release (push) Blocked by required conditions
CI / notify (push) Blocked by required conditions
CI / lint (push) Successful in 12s
CI / Molecule Test (almalinux9) (push) Failing after 1m57s
CI / Molecule Test (almalinux8) (push) Has been cancelled

This commit is contained in:
2024-06-01 20:39:09 +12:00
parent e146584ce2
commit b9090d4f18

View File

@@ -57,6 +57,11 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.os }}
cmk_omd_host: ${{ vars.OMD_HOST }}
cmk_omd_protocol: https
cmk_omd_site: ${{ vars.OMD_SITE }}
cmk_username: ${{ vars.OMD_USERNAME }}
cmk_secret: ${{ secrets.OMD_SECRET }}
release:
runs-on: ubuntu-latest
needs: