mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 23:35:41 +03:00
actions
This commit is contained in:
7
.github/actions/checkout/action.yaml
vendored
7
.github/actions/checkout/action.yaml
vendored
@@ -1,7 +0,0 @@
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
token: ${{ env.GH_PAT }}
|
||||
5
.github/workflows/update_blacklists.yml
vendored
5
.github/workflows/update_blacklists.yml
vendored
@@ -21,7 +21,10 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- uses: ./.github/actions/checkout
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
token: ${{ env.GH_PAT }}
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./blacklists_updater.sh
|
||||
- uses: ./.github/actions/gitPush
|
||||
|
||||
15
.github/workflows/update_ru_all_lists.yml
vendored
15
.github/workflows/update_ru_all_lists.yml
vendored
@@ -24,7 +24,10 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- uses: ./.github/actions/checkout
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
token: ${{ env.GH_PAT }}
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./get_info_from_ripe.py --asn --limit 4000
|
||||
- uses: ./.github/actions/gitPush
|
||||
@@ -43,7 +46,10 @@ jobs:
|
||||
needs: get_asn
|
||||
|
||||
steps:
|
||||
- uses: ./.github/actions/checkout
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
token: ${{ env.GH_PAT }}
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./get_info_from_ripe.py --ipv4 --limit 4000
|
||||
- uses: ./.github/actions/gitPush
|
||||
@@ -62,7 +68,10 @@ jobs:
|
||||
needs: get_ipv4
|
||||
|
||||
steps:
|
||||
- uses: ./.github/actions/checkout
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
token: ${{ env.GH_PAT }}
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./get_info_from_ripe.py --ipv6 --limit 4000
|
||||
- uses: ./.github/actions/gitPush
|
||||
|
||||
Reference in New Issue
Block a user