EclipseFdn / otterdog-defaults

Hosts the default configuration used by the Eclipse Foundation to manage the GitHub organizations of projects hosted on GitHub.
0 stars 2 forks source link

codecov upload token #8

Closed elBoberido closed 5 months ago

elBoberido commented 5 months ago

It seems codecov now requires an uplaod token. I'm not able to check whether there is one set up for the iceoryx repos. Can you check whether there is one and add one if not.

https://docs.codecov.com/docs/adding-the-codecov-token#github-actions https://docs.codecov.com/docs/frequently-asked-questions#section-where-is-the-repository-upload-token-found

elBoberido commented 5 months ago

@netomi pinging you since you created the other issues on this repo

netomi commented 5 months ago

You can check the current configuration at https://otterdog.eclipse.org/projects/technology.iceoryx

This is the wrong place to discuss such things, to raise an issue to add such a token either create one at https://github.com/eclipse-iceoryx/.eclipsefdn or at the EF HelpDesk.

netomi commented 5 months ago

To my knowledge we have setup something like this for at least one repo: https://otterdog.eclipse.org/projects/adoptium/repos/adoptium.net-redesign#secrets

netomi commented 5 months ago

so ideally you can create a PR to the .eclipsefdn repo of iceoryx with the requested secret for the repo you wanna have it setup, then share the token with us as explained here: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Sharing-secrets

netomi commented 5 months ago

you can copy the configuration from adoptium:

      secrets: [
        orgs.newRepoSecret('CODECOV_TOKEN') {
          value: "TBD",
        },
      ],

the value can be omitted, will be filled in by us after receiving the secret from you.