Alexander Weiher

Results 2 comments of Alexander Weiher

interesting, I have the same problem with duckdb under linux what worked in the end: ``` 1. write tmp credential to env: `$(AWS_PROFILE=dev-sso aws configure export-credentials --format env)` 2. start...

@lorenzo I investigated the error in github-actions workflow and came to the same conclusion as @lee-cxl As shown on the following link the `github.repository_owner` should be used instead of `github.actor`...