Skip to content

Commit

Permalink
Merge pull request #10 from archiver-appliance/jacomago-patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
jacomago authored Mar 7, 2024
2 parents 7d78e6f + bdff6c5 commit 1d93a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/archiver-appliance/epicsarchiverap_pbrawclient")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit 1d93a36

Please sign in to comment.