From 944b3a1590a0e7451e3711746ebad6484a104f04 Mon Sep 17 00:00:00 2001 From: Yehonatan Bitton <62200791+bitton-yehonatan@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:31:55 +0200 Subject: [PATCH] Update exploit.yaml --- .github/workflows/exploit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exploit.yaml b/.github/workflows/exploit.yaml index 7c10e6e..f6805ea 100644 --- a/.github/workflows/exploit.yaml +++ b/.github/workflows/exploit.yaml @@ -21,7 +21,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-region: eu-west-1 + aws-region: us-east-1 role-to-assume: arn:aws:iam::625731717109:role/sts-lab-2-target role-session-name: OIDCSession