Stephanie Marker

Results 4 comments of Stephanie Marker

I got a similar error: ``` Adding private key(s) to agent Identity added: (stdin) (github.com:ProjectAussie/pawsit-sdk.git) Key(s) added: 4096 SHA256: github.com:ProjectAussie/pawsit-sdk.git (RSA) Configuring deployment key(s) Added deploy-key mapping: Use identity '/home/runner/.ssh/key-'...

I had code just like the author's but I had also exported `OTEL_TRACES_EXPORTER: "otlp"`. Once I removed that export, it worked fine (due to #3492 fix)

Try that, it should work, then I think we can close this issue.

@mpdude this mv line was important for us to get multi deploy key to work with docker! If possible I think we should add this to the README! Thanks! ```...