From 960059cc101c0c472b806c2db6ce85009419d1ed Mon Sep 17 00:00:00 2001 From: Karan Batavia <118820668+karan-batavia@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:15:31 +0530 Subject: [PATCH] Update comparison_results.yml --- .github/workflows/comparison_results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comparison_results.yml b/.github/workflows/comparison_results.yml index 141d9fe1e255..9bf5c2f7e239 100644 --- a/.github/workflows/comparison_results.yml +++ b/.github/workflows/comparison_results.yml @@ -58,7 +58,7 @@ jobs: # langauge specific repository file - name: Run the script for ${{github.head_ref}} and ${{github.base_ref}} - run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && cd ./temp/standalone-monitoring-stability && pip install -r requirements.txt && python3 ./run.py -r ./repos/${{matrix.language}}.txt -b main -h main -guf --custom-joern True --custom-joern-base-branch ${{ github.base_ref }} --custom-joern-head-branch ${{ github.head_ref }} + run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && export PAT=${{ secrets.PAT }} && cd ./temp/standalone-monitoring-stability && pip install -r requirements.txt && python3 ./run.py -r ./repos/${{matrix.language}}.txt -b main -h main -guf --custom-joern True --custom-joern-base-branch ${{ github.base_ref }} --custom-joern-head-branch ${{ github.head_ref }} - name: Run aws-export run: cd ./temp/standalone-monitoring-stability/ && python3 aws-export.py ${{matrix.language}}-${{github.event.number}}