mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-07 12:05:30 +02:00
parent
f78adb9bf6
commit
40382b33b8
4 changed files with 4 additions and 0 deletions
1
.github/workflows/readme-updater.yml
vendored
1
.github/workflows/readme-updater.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
|
||||
update-readme:
|
||||
if: env.RUN_UPDATERS == '1'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update-files:
|
||||
if: env.RUN_UPDATERS == '1'
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update_awesome-environment-variable-names:
|
||||
if: env.RUN_UPDATERS == '1'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
updatejob:
|
||||
if: env.RUN_UPDATERS == '1'
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
|
|
|||
Loading…
Reference in a new issue