Skip to content

Commit 8abcd92

Browse files
authored
Remove auth for dependency graph action (#2849)
The dependency graph action used to update dependabot with Scala deps, no longer needs to authenticate itself in AWS as packages are pulled from Sonatype, not S3. The role it used has been deleted: wellcomecollection/aws-account-infrastructure#38, so this action now fails. Removing the auth step should fix it.
1 parent 1c9e23c commit 8abcd92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/dependency-graph.yml

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@ jobs:
1818
- name: Install sbt
1919
uses: sbt/setup-sbt@v1
2020
- uses: actions/checkout@v3
21-
- uses: aws-actions/configure-aws-credentials@v4
22-
with:
23-
aws-region: eu-west-1
24-
role-to-assume: ${{ secrets.S3_SCALA_RELEASES_READ_ROLE_ARN }}
2521
- uses: scalacenter/sbt-dependency-submission@v2

0 commit comments

Comments
 (0)