Restore token on distro specific CI runs

Signed-off-by: colramos <cole.ramos@amd.com>


[ROCm/rocprofiler-compute commit: f8fe039aa5]
This commit is contained in:
colramos
2023-04-20 14:49:28 -05:00
parent 50fe42f468
commit 9f048c1040
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
#token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT }}
- name: Install Python prereqs
run: |
python3.9 -m pip install -r requirements.txt
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
#token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT }}
- name: Install Python prereqs
run: |
python3 -m pip install -r requirements.txt