Merge remote-tracking branch 'origin/master' into linpeas_dev
This commit is contained in:
commit
529528770c
2
.github/workflows/CI-linpeas_dev.yml
vendored
2
.github/workflows/CI-linpeas_dev.yml
vendored
@ -56,4 +56,4 @@ jobs:
|
||||
uses: repo-sync/pull-request@v2
|
||||
with:
|
||||
destination_branch: "linpeas_prod"
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||
|
6
.github/workflows/CI-linpeas_prod.yml
vendored
6
.github/workflows/CI-linpeas_prod.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Test_Linpeas_MacOS:
|
||||
Test_linpeas_macos:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
@ -17,11 +17,11 @@ jobs:
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
||||
|
||||
Test_Linpeas_Ubuntu:
|
||||
Test_linpeas_ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
||||
run: linPEAS/linpeas.sh
|
||||
|
Loading…
Reference in New Issue
Block a user