From 588074c1ca43d6385dfcb6bd5ba3b687750933b2 Mon Sep 17 00:00:00 2001 From: Raphaelle Cantin Date: Thu, 27 Jun 2024 14:16:56 +0100 Subject: [PATCH] Changed secret of role to assume --- .github/workflows/dependency-graph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 5e89dd33d..4f2160364 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -19,5 +19,5 @@ jobs: - uses: aws-actions/configure-aws-credentials@v4 with: aws-region: eu-west-1 - role-to-assume: ${{ secrets.WECO_GHAWS_ROLE_ARN }} + role-to-assume: ${{ secrets.S3_SCALA_RELEASES_READ_ROLE_ARN }} - uses: scalacenter/sbt-dependency-submission@v2