diff --git a/.github/workflows/python-integ.yml b/.github/workflows/python-integ.yml index 6a23a7b3..7c22d3e4 100644 --- a/.github/workflows/python-integ.yml +++ b/.github/workflows/python-integ.yml @@ -51,6 +51,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6 with: + special-characters-workaround: "true" role-to-assume: arn:aws:iam::370957321024:role/S3EC-Python-Github-test-role aws-region: us-west-2 diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 8b4bed00..38bddb56 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -44,6 +44,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6 with: + special-characters-workaround: "true" role-to-assume: arn:aws:iam::370957321024:role/S3EC-Python-Github-test-role aws-region: us-west-2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72742fe0..f43a2abc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,6 +118,7 @@ jobs: python-version: "3.10" - uses: aws-actions/configure-aws-credentials@v6 with: + special-characters-workaround: "true" role-to-assume: arn:aws:iam::370957321024:role/S3EC-Python-Github-test-role aws-region: us-west-2 - name: Wait for TestPyPI availability @@ -170,6 +171,7 @@ jobs: python-version: "3.10" - uses: aws-actions/configure-aws-credentials@v6 with: + special-characters-workaround: "true" role-to-assume: arn:aws:iam::370957321024:role/S3EC-Python-Github-test-role aws-region: us-west-2 - name: Wait for PyPI availability diff --git a/.github/workflows/test-server.yml b/.github/workflows/test-server.yml index 7b26c3fc..b60c2167 100644 --- a/.github/workflows/test-server.yml +++ b/.github/workflows/test-server.yml @@ -102,6 +102,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6 with: + special-characters-workaround: "true" role-to-assume: arn:aws:iam::370957321024:role/S3EC-Python-Github-test-role aws-region: us-west-2