Skip to content

Commit

Permalink
retter opp i url til repo
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Maximilian Forsman <[email protected]>
  • Loading branch information
davidsteinsland and fraadsbrandth committed Mar 7, 2024
1 parent 1309174 commit d183235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fabrikk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
- name: upload artifacts
run: ./gradlew :fabrikk:publish -Pversion="$(echo $VERSION)"
env:
GITHUB_USERNAME: x-access-token
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion fabrikk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configure<PublishingExtension> {
}
repositories {
maven {
url = uri("https://maven.pkg.github.com/navikt/spekemat")
url = uri("https://maven.pkg.github.com/navikt/helse-spekemat")
credentials {
username = "x-access-token"
password = System.getenv("GITHUB_PASSWORD")
Expand Down

0 comments on commit d183235

Please sign in to comment.