Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 14, 2024
1 parent 99b7fef commit 6d8ec5e
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codepropertygraph/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ ThisBuild / resolvers ++= Seq(
Resolver.githubPackages("appthreat/overflowdb2"),
"Sonatype OSS".at("https://oss.sonatype.org/content/repositories/public")
)
githubOwner := "appthreat"
githubRepository := "cpg2"
githubSuppressPublicationWarning := true
credentials +=
Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"appthreat",
sys.env.getOrElse("GITHUB_TOKEN", "N/A")
)
10 changes: 10 additions & 0 deletions domainClasses/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ ThisBuild / resolvers ++= Seq(
Resolver.githubPackages("appthreat/overflowdb2"),
"Sonatype OSS".at("https://oss.sonatype.org/content/repositories/public")
)
githubOwner := "appthreat"
githubRepository := "cpg2"
githubSuppressPublicationWarning := true
credentials +=
Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"appthreat",
sys.env.getOrElse("GITHUB_TOKEN", "N/A")
)
10 changes: 10 additions & 0 deletions proto-bindings/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ ThisBuild / resolvers ++= Seq(
Resolver.githubPackages("appthreat/overflowdb2"),
"Sonatype OSS".at("https://oss.sonatype.org/content/repositories/public")
)
githubOwner := "appthreat"
githubRepository := "cpg2"
githubSuppressPublicationWarning := true
credentials +=
Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"appthreat",
sys.env.getOrElse("GITHUB_TOKEN", "N/A")
)
11 changes: 11 additions & 0 deletions schema/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ ThisBuild / resolvers ++= Seq(
Resolver.githubPackages("appthreat/overflowdb2"),
"Sonatype OSS".at("https://oss.sonatype.org/content/repositories/public")
)

githubOwner := "appthreat"
githubRepository := "cpg2"
githubSuppressPublicationWarning := true
credentials +=
Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"appthreat",
sys.env.getOrElse("GITHUB_TOKEN", "N/A")
)
10 changes: 10 additions & 0 deletions schema2json/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ ThisBuild / resolvers ++= Seq(
Resolver.githubPackages("appthreat/overflowdb2"),
"Sonatype OSS".at("https://oss.sonatype.org/content/repositories/public")
)
githubOwner := "appthreat"
githubRepository := "cpg2"
githubSuppressPublicationWarning := true
credentials +=
Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"appthreat",
sys.env.getOrElse("GITHUB_TOKEN", "N/A")
)

0 comments on commit 6d8ec5e

Please sign in to comment.