Remove token requirement from distro CI tests

Signed-off-by: colramos <cole.ramos@amd.com>
此提交包含在:
colramos
2023-04-20 13:22:10 -05:00
父節點 c794fb8198
當前提交 8a1db9fcbb
共有 2 個檔案被更改,包括 2 行新增2 行删除
+1 -1
查看文件
@@ -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
查看文件
@@ -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