Revert "ci: add action for STACKIT login"

This reverts commit bd17f455c6cc3984b91cc4d50ca88859cdb260a7.
This commit is contained in:
Moritz Sanft 2024-10-22 12:03:15 +02:00
parent b7d8479495
commit 4c955f8bb2
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -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