typelevel / typelevel/sbt-typelevel
Read `SONATYPE_CREDENTIAL_HOST` directly from env
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 185
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Currently it is copied out of a secret.
https://github.com/typelevel/sbt-typelevel/blob/47bb6564aa064893666612f2c2436dcfb3b7e78c/.github/workflows/ci.yml#L391
Spun out of https://github.com/typelevel/sbt-typelevel/issues/730#issuecomment-2269663821.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open .github/workflows/ci.yml around line 391 and trace how SONATYPE_CREDENTIAL_HOST is sourced. Done means the workflow reads it directly from the environment rather than copying it from a secret.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100