From c6019a304f2641c02f8b805095f35d98b4d1ba62 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Tue, 3 Dec 2024 16:08:50 -0800 Subject: [PATCH] more perms --- .github/workflows/sanity-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sanity-test.yml b/.github/workflows/sanity-test.yml index 697e8f630..41cf1e2f1 100644 --- a/.github/workflows/sanity-test.yml +++ b/.github/workflows/sanity-test.yml @@ -211,6 +211,10 @@ jobs: compiler: [gcc-8, clang-9] std: [c++11, c++14, c++17, c++2a] steps: + - uses: aws-actions/configure-aws-credentials@v4 + with: + role-to-assume: ${{ env.CRT_CI_ROLE }} + aws-region: ${{ env.AWS_DEFAULT_REGION }} - name: Checkout Source uses: actions/checkout@v4 @@ -293,7 +297,7 @@ jobs: - musllinux-1-1-x64 needs: package - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: aws-actions/configure-aws-credentials@v4 with: