update to use correct roles

This commit is contained in:
miampf 2024-02-13 16:27:51 +01:00
parent 989db042c1
commit 94d93b6886
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ runs:
- name: Authenticate AWS
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
with:
role-to-assume: arn:aws:iam::795746500882:role/GithubActionsE2ECluster
role-to-assume: arn:aws:iam::795746500882:role/GithubActionsE2EDestroy
aws-region: eu-central-1
- name: Authenticate Azure
@ -29,7 +29,7 @@ runs:
- name: Authenticate GCP
uses: ./.github/actions/login_gcp
with:
service_account: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com"
service_account: "destroy-e2e@constellation-e2e.iam.gserviceaccount.com"
- name: Install unzip
uses: ./.github/actions/setup_bazel_nix

View File

@ -21,4 +21,4 @@ jobs:
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
azure_credentials: ${{ secrets.AZURE_E2E_CLUSTER_CREDENTIALS }}
azure_credentials: ${{ secrets.AZURE_E2E_DESTROY_CREDENTIALS }}