Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago authored Mar 7, 2024
1 parent 7d78e6f commit bdff6c5
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 bdff6c5

Please sign in to comment.