NPM organization #18
-
Hi fellow cdt-clouders! I see we have a I want to publish cdt-gdb-adapter and related code to the org as that will help consumers of it. Thanks for any input. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @jonahgraham, This is done via Github actions. Here is the publishing step defined: The Eclipse Foundation controls the |
Beta Was this translation helpful? Give feedback.
Hi @jonahgraham,
This is done via Github actions. Here is the publishing step defined:
https://github.com/eclipse-cdt-cloud/clangd-contexts/blob/main/.github/workflows/cd.yml
The Eclipse Foundation controls the
eclipse-cloud-bot
and created a publishing token that they make available as a Github secrect undersecrets.GITHUB_TOKEN
. I think this secret needs to be added per repository though. So I think you'll need to file a request that this secret is being added to thecdt-gbd-adapter
repo, but then you can copy over the workflow and it should work.