From 5442e40dd384c397fcaf376ccc53ff128b5b03d8 Mon Sep 17 00:00:00 2001 From: Doug Chapman <54039637+dougch@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:22:16 -0700 Subject: [PATCH] chore(GHA): Update duvet arguments (#4850) --- .github/workflows/ci_compliance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_compliance.yml b/.github/workflows/ci_compliance.yml index a42720ffb6f..83e842b4ea9 100644 --- a/.github/workflows/ci_compliance.yml +++ b/.github/workflows/ci_compliance.yml @@ -28,8 +28,8 @@ jobs: with: s2n-quic-dir: ./s2n-quic report-script: compliance/generate_report.sh - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole + role-session-name: S2ntlsGHAS3Session aws-s3-bucket-name: s2n-tls-ci-artifacts aws-s3-region: us-west-2 cdn: https://d3fqnyekunr9xg.cloudfront.net