From bf9430fd741103c02b9b2ceb44f8bcc20cd180f5 Mon Sep 17 00:00:00 2001 From: Nordsche Sasa <117249454+nordschesasa@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:01:00 +0800 Subject: [PATCH] Remove use of PAT on checkout --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91e237c..137e65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: with: repository: 'reddio-com/itachi-testing' submodules: 'recursive' - token: ${{ secrets.REDDIO_PAT }} - uses: actions/setup-python@v5 name: Install Python 3.12 @@ -87,4 +86,4 @@ jobs: - name: Run deploy tests run: | - cd python && python3 deploy_test.py \ No newline at end of file + cd python && python3 deploy_test.py