mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-05 10:13:08 +08:00
added github token
This commit is contained in:
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user