From 5b10f4b82b8641fda2eddafce47f971c2bbfc5b9 Mon Sep 17 00:00:00 2001 From: Karan Batavia Date: Thu, 29 Aug 2024 01:20:22 +0530 Subject: [PATCH] export PAT --- .github/workflows/comparison-result.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comparison-result.yml b/.github/workflows/comparison-result.yml index 29463ff4..2b363f97 100644 --- a/.github/workflows/comparison-result.yml +++ b/.github/workflows/comparison-result.yml @@ -56,7 +56,7 @@ jobs: with: repository: Privado-Inc/standalone-monitoring-stability path: ./temp/standalone-monitoring-stability - ref: private-fork + ref: private-fork - name: Run the script for ${{github.head_ref}} and ${{github.base_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 -rbb ${{github.base_ref}} -rbh ${{github.head_ref}} -brr ${{ github.event.pull_request.base.repo.html_url }} -hrr ${{ github.event.pull_request.head.repo.html_url }} -guf -urc