[libcxx-commits] [libcxx] [llvm] [libc++] Adjust the docker-compose file for libc++ action builders (PR #116366)

Aiden Grossman via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 15 09:37:54 PST 2024


boomanaiden154 wrote:

It looks like that run is on the `pull_request` trigger? Those will run in the context of the fork, so there probably isn't a secret called `GITHUB_TOKEN`, and they definitely would not be able to push to the monorepo package repository. In the Build CI container job, we have it setup to only push the container when the workflow was triggered by pushing to main where we are in the appropriate context to have access to secrets/proper write permissions for the llvm organization packages.

https://github.com/llvm/llvm-project/pull/116366


More information about the libcxx-commits mailing list