Have an issue similar to what's described here:
https://github.com/meltano/meltano/discussions/7142
i have a pipeline using tap-hubspot
airbyte variant working perfectly on my local machine, but when i try to deploy it and run on github actions, discover fails with "permission denied to /tmp/config.json"
cannot find a solution so far i tried:
1. overriding TMPDIR or similar env variables - did not affect the discover trying to access /tmp/config.json
2. adding a docker_mount configration to airbyte tap - "docker: Error response from daemon: Duplicate mount point: /tmp."
other ideas ?