From 5c738d89dd02e403618b14f89ca938c4b98c4f8a Mon Sep 17 00:00:00 2001 From: Jigar Joshi Date: Sun, 22 Dec 2024 11:32:01 +0530 Subject: [PATCH] removing the token to check if the checkout flow works or not --- .github/workflows/test-action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-action.yaml b/.github/workflows/test-action.yaml index 7acc778..0252a94 100644 --- a/.github/workflows/test-action.yaml +++ b/.github/workflows/test-action.yaml @@ -17,8 +17,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - with: - token: ${{ secrets.PAT }} - name: Install NCTL scan uses: ./ - name: Check install