davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
25 stars 3 forks source link

[wip] ci: 👷update CI to populate with secrets #49

Closed DistributedDoge closed 6 months ago

DistributedDoge commented 6 months ago

Doing a bit of testing in production to see if there is an easy solution to #47.

DistributedDoge commented 6 months ago

Whole point of making this commit was to trigger modified CI workflow on your branch and see if public_tx_registry model would be supplied with COVALENT_API_KEY secret, but it looks like Github is being a bit careful here.

davidgasquez commented 6 months ago

Huh! I don't even have the option to force CI. Seems there are no checks!

DistributedDoge commented 6 months ago

Worst thing this can do is break CI workflow - which ATM already doesn't work for contributors, let's try it and see what happens after I make a new PR.