Skip to content

Commit

Permalink
Use github token for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Feb 28, 2020
1 parent c08807f commit 58c1bc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
@@ -1,4 +1,4 @@
name: Java CI
name: Publish snapshots

on: [push]

Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Expand Up @@ -219,10 +219,6 @@ publishing {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/ical4j/ical4j")
credentials {
username = project.findProperty('gpr.user') ?: System.getenv("GPR_USER")
username = project.findProperty('gpr.key') ?: System.getenv("GPR_API_KEY")
}
}
}
}
Expand Down

0 comments on commit 58c1bc8

Please sign in to comment.