From 8a1db9fcbba34294f5580bd6eb7904be6289c36e Mon Sep 17 00:00:00 2001 From: colramos Date: Thu, 20 Apr 2023 13:22:10 -0500 Subject: [PATCH] Remove token requirement from distro CI tests Signed-off-by: colramos --- .github/workflows/rhel-8.yml | 2 +- .github/workflows/ubuntu-focal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rhel-8.yml b/.github/workflows/rhel-8.yml index 5fe6d5aede..f1f334f9b4 100644 --- a/.github/workflows/rhel-8.yml +++ b/.github/workflows/rhel-8.yml @@ -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 diff --git a/.github/workflows/ubuntu-focal.yml b/.github/workflows/ubuntu-focal.yml index d9683af8c1..d4c9a8ddae 100644 --- a/.github/workflows/ubuntu-focal.yml +++ b/.github/workflows/ubuntu-focal.yml @@ -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