update sync script

This commit is contained in:
tree🌴 2024-01-25 23:45:59 +01:00
parent fa6367d19d
commit 5ef9e86ebf
2 changed files with 13 additions and 5 deletions

View File

@ -7,6 +7,7 @@ permissions:
contents: write
id-token: write
pages: write
actions: write
jobs:
sync:

View File

@ -1,15 +1,22 @@
import "https://deno.land/std@0.206.0/dotenv/load.ts";
const contributorRepos = [
// main repos
"web3privacy/web3privacy",
"web3privacy/events",
"web3privacy/w3ps1",
"web3privacy/data",
"web3privacy/docs",
"web3privacy/grants",
"web3privacy/web",
"web3privacy/web",
// explorer
"web3privacy/explorer",
"web3privacy/explorer-data",
"web3privacy/explorer-app"
"web3privacy/explorer-app",
// old - deprecated
"web3privacy/events",
"web3privacy/w3ps1",
"web3privacy/grants",
]
async function getContributors () {