Skip to content

Commit

Permalink
Merge pull request #5 from Liftric/fix/README
Browse files Browse the repository at this point in the history
fix(README): resolve error in documentation
  • Loading branch information
Ingwersaft authored Apr 10, 2024
2 parents 102a2b3 + 57deacc commit cb45b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ codeArtifactRepository {
}
additional("customer2") {
// if a profile is not available you can also provide the credentials directly
accessKeyId = System.getenv("CUSTOMER2_AWS_ACCESS_KEY_ID")
secretAccessKey = System.getenv("AWS_SECRET_ACCESS_KEY")
accessKeyId.set(System.getenv("CUSTOMER2_AWS_ACCESS_KEY_ID"))
secretAccessKey.set(System.getenv("CUSTOMER2_AWS_SECRET_ACCESS_KEY"))
// reuses properties of the default extension if not explicitly specified
}
}
Expand Down

0 comments on commit cb45b12

Please sign in to comment.