assignUser commented on issue #15228:
URL: https://github.com/apache/arrow/issues/15228#issuecomment-1482204605
Theoretically the issue is properly solved by passing the PAT via build time
secrets which looks something like this:
```docker
RUN --mount=type=secret,id=gh_token \
GITHUB_TOKEN=$(cat /run/secrets/gh_token)
```
but those have to be passed in via the cli, which in our case is controlled
by archery so the addtion is not trivial.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]