Replace hardcoded repo.akka.io/maven references in docs - #209
Merged
Conversation
The bare URL requires token-based access from https://account.akka.io/token. README.md: Replace resolver URL in Maven BOM usage example with token placeholder. RELEASE.md: Describe publish destination generically with token reference. Note: build.sbt and project/plugins.sbt use repo.akka.io/maven/github_actions which is a CI-specific endpoint and left unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
build.sbt, project/plugins.sbt:
Remove hardcoded repo.akka.io/maven/github_actions resolvers.
CI now supplies the resolver via setup_global_resolver.
.github/workflows/check.yml, release.yml:
Add setup_global_resolver step so sbt/Maven/Gradle all have the
Akka repository configured before running tasks.
docs/src/main/paradox/index.md:
Replace old repo.akka.io/{your repository token here}/secure URL
format with <url from https://account.akka.io/token>.
ennru
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The bare `https://repo.akka.io/maven\` URL requires token-based access from https://account.akka.io/token.
`README.md`
Replace resolver URL in the Maven BOM usage example with `<url from https://account.akka.io/token>\`.
`RELEASE.md`
Describe the publish destination generically ("the Akka repository") with a pointer to https://account.akka.io/token for access.
Not changed: `build.sbt` and `project/plugins.sbt` use `repo.akka.io/maven/github_actions`, which is a CI-specific endpoint — leaving that for a separate discussion.