mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: remove conditional from AWS login in e2e verify test (#2727)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
086b42b08f
commit
f2c1bdbf82
2
.github/actions/e2e_verify/action.yml
vendored
2
.github/actions/e2e_verify/action.yml
vendored
@ -78,7 +78,7 @@ runs:
|
||||
done
|
||||
|
||||
- name: Login to AWS
|
||||
if: github.ref_name == 'main' && inputs.cloudProvider == 'azure'
|
||||
if: github.ref_name == 'main'
|
||||
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
|
||||
with:
|
||||
role-to-assume: arn:aws:iam::795746500882:role/GitHubConstellationImagePipeline
|
||||
|
Loading…
Reference in New Issue
Block a user