Skip to content

Commit

Permalink
Merge pull request #15 from Privado-Inc/release/gh_packages
Browse files Browse the repository at this point in the history
add gh token to env
  • Loading branch information
karan-batavia authored May 27, 2024
2 parents 95fbdc9 + b63a3f3 commit 0a7f22d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Delete `.cargo` directory # to save disk space
run: rm -rf /home/runner/.cargo
if: runner.os == 'Linux'
- run: sbt scalafmtCheck test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ./testDistro.sh
# - run: sbt scalafmtCheck test
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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

0 comments on commit 0a7f22d

Please sign in to comment.