Remove token requirement from distro CI pipeline

Signed-off-by: colramos <cole.ramos@amd.com>
This commit is contained in:
colramos
2023-04-20 13:27:32 -05:00
rodzic db9d8f85f1
commit 0c86746678
2 zmienionych plików z 2 dodań i 2 usunięć
+1 -1
Wyświetl plik
@@ -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
+1 -1
Wyświetl plik
@@ -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