From 2ddcacd7ebde7c1fc4456555be6de1000e725998 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:44:49 +0200 Subject: [PATCH] ci: set OpenStack project ID for STACKIT --- .github/actions/constellation_iam_create/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/constellation_iam_create/action.yml b/.github/actions/constellation_iam_create/action.yml index a6607d9826..c7161f3435 100644 --- a/.github/actions/constellation_iam_create/action.yml +++ b/.github/actions/constellation_iam_create/action.yml @@ -104,3 +104,8 @@ runs: --update-config \ --tf-log=DEBUG \ --yes + + - name: Set OpenStack ID for STACKIT + shell: bash + run: | + yq eval -i "(.provider.openstack.stackitProjectID) = \"4353b88f06554808bc53e4ad70f530df\"" constellation-conf.yaml