From 4c955f8bb2dfd3a2c52f5d2fa8a938e1ee49da77 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:03:15 +0200 Subject: [PATCH] Revert "ci: add action for STACKIT login" This reverts commit bd17f455c6cc3984b91cc4d50ca88859cdb260a7. --- .github/actions/login_stackit/action.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/actions/login_stackit/action.yml diff --git a/.github/actions/login_stackit/action.yml b/.github/actions/login_stackit/action.yml deleted file mode 100644 index de668ea4d..000000000 --- a/.github/actions/login_stackit/action.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: STACKIT login -description: "Login to STACKIT" -inputs: - serviceAccountToken: - description: "Credentials authorized to create Constellation on STACKIT." - required: true -runs: - using: "composite" - steps: - - name: Login to STACKIT - env: - UAT: ${{ inputs.serviceAccountToken }} - shell: bash - run: | - mkdir -p ~/.stackit - echo "${UAT}" > ~/.stackit/credentials.json