mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
Revert "ci: add action for STACKIT login"
This reverts commit bd17f455c6cc3984b91cc4d50ca88859cdb260a7.
This commit is contained in:
parent
b7d8479495
commit
4c955f8bb2
16
.github/actions/login_stackit/action.yml
vendored
16
.github/actions/login_stackit/action.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user