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