Skip to content

Commit

Permalink
Add private and telegram cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
xkww3n committed Nov 5, 2023
1 parent 079aad5 commit 429f36a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ jobs:
cat <<EOF > config.json
{
"input": [
{
"type": "private",
"action": "add"
},
{
"type": "text",
"action": "add",
"args": {
"name": "telegram",
"uri": "https://core.telegram.org/resources/cidr.txt"
}
},
{
"type": "text",
"action": "add",
Expand Down

0 comments on commit 429f36a

Please sign in to comment.