mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
Revert "ci: login to STACKIT"
This reverts commit d7967f3085fcf2d2902ead891337f3bd90dfca8a.
This commit is contained in:
parent
413b40dd22
commit
e0468d28fb
14
.github/actions/e2e_test/action.yml
vendored
14
.github/actions/e2e_test/action.yml
vendored
@ -229,18 +229,6 @@ runs:
|
||||
with:
|
||||
azure_credentials: ${{ inputs.azureIAMCreateCredentials }}
|
||||
|
||||
- name: Login to OpenStack
|
||||
if: inputs.cloudProvider == 'stackit'
|
||||
uses: ./.github/actions/login_openstack
|
||||
with:
|
||||
clouds_yaml: ${{ secrets.STACKIT_IMAGE_UPLOAD_CLOUDS_YAML }}
|
||||
|
||||
- name: Login to STACKIT
|
||||
if: inputs.cloudProvider == 'stackit'
|
||||
uses: ./.github/actions/login_stackit
|
||||
with:
|
||||
serviceAccountToken: ${{ secrets.STACKIT_SERVICE_ACCOUNT_TOKEN }}
|
||||
|
||||
- name: Create prefix
|
||||
id: create-prefix
|
||||
shell: bash
|
||||
@ -256,7 +244,7 @@ runs:
|
||||
with:
|
||||
attestationVariant: ${{ inputs.attestationVariant }}
|
||||
|
||||
- name: Create Constellation config and IAM
|
||||
- name: Create IAM configuration
|
||||
id: constellation-iam-create
|
||||
uses: ./.github/actions/constellation_iam_create
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user