Skip to content

Commit

Permalink
Merge pull request #16 from Privado-Inc/release/gh_packages
Browse files Browse the repository at this point in the history
add resolver to schema extender
  • Loading branch information
karan-batavia authored May 27, 2024
2 parents 0a7f22d + 5f66b7e commit dcc647c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# - run: sbt scalafmtCheck test
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./testDistro.sh
# - run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./testDistro.sh
- run: |
cd joern-cli/target/universal/stage
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./schema-extender/test.sh
Expand Down
2 changes: 2 additions & 0 deletions joern-cli/src/universal/schema-extender/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ ThisBuild / libraryDependencies ++= Seq(
"io.shiftleft" %% "codepropertygraph-domain-classes" % cpgVersion
)

ThisBuild / resolvers += "Github Package Registry" at "https://maven.pkg.github.com/Privado-Inc/codepropertygraph"

lazy val schema = project
.in(file("schema"))
.settings(generateDomainClasses := {
Expand Down

0 comments on commit dcc647c

Please sign in to comment.