diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b99dca8..ad7cb1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,4 +27,4 @@ jobs: - name: Execute deploy run: | - ./deploy.sh \ No newline at end of file + NAMESPACES_LIST=${{ vars.NAMESPACES_LIST }} ./deploy.sh \ No newline at end of file