mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update sync script
This commit is contained in:
parent
fa6367d19d
commit
5ef9e86ebf
2 changed files with 13 additions and 5 deletions
1
.github/workflows/sync.yml
vendored
1
.github/workflows/sync.yml
vendored
|
@ -7,6 +7,7 @@ permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
pages: write
|
pages: write
|
||||||
|
actions: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
|
|
@ -1,15 +1,22 @@
|
||||||
import "https://deno.land/std@0.206.0/dotenv/load.ts";
|
import "https://deno.land/std@0.206.0/dotenv/load.ts";
|
||||||
|
|
||||||
const contributorRepos = [
|
const contributorRepos = [
|
||||||
|
|
||||||
|
// main repos
|
||||||
"web3privacy/web3privacy",
|
"web3privacy/web3privacy",
|
||||||
"web3privacy/events",
|
"web3privacy/data",
|
||||||
"web3privacy/w3ps1",
|
|
||||||
"web3privacy/docs",
|
"web3privacy/docs",
|
||||||
"web3privacy/grants",
|
"web3privacy/web",
|
||||||
"web3privacy/web",
|
|
||||||
|
// explorer
|
||||||
"web3privacy/explorer",
|
"web3privacy/explorer",
|
||||||
"web3privacy/explorer-data",
|
"web3privacy/explorer-data",
|
||||||
"web3privacy/explorer-app"
|
"web3privacy/explorer-app",
|
||||||
|
|
||||||
|
// old - deprecated
|
||||||
|
"web3privacy/events",
|
||||||
|
"web3privacy/w3ps1",
|
||||||
|
"web3privacy/grants",
|
||||||
]
|
]
|
||||||
|
|
||||||
async function getContributors () {
|
async function getContributors () {
|
||||||
|
|
Loading…
Reference in a new issue