added github token

This commit is contained in:
LuitelSamikshya
2022-03-21 15:42:19 -05:00
parent 8abba9e82f
commit bfb19fc74e

View File

@@ -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