From bfb19fc74e6ee7d0dfcd4f3d3a0b6cc64ebb5978 Mon Sep 17 00:00:00 2001 From: LuitelSamikshya Date: Mon, 21 Mar 2022 15:42:19 -0500 Subject: [PATCH] added github token --- .github/workflows/build-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b9508dddd..3fa014c5d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -31,7 +31,10 @@ jobs: - name: Integration Tests env: GH_ACTION: true - run: bash run.sh + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + chmod +x run.sh + bash run.sh ${{ matrix.os }} working-directory: integration_tests/ # At the bottom for known issue on OSX - https://github.com/projectdiscovery/nuclei/issues/1309