template-instance icon indicating copy to clipboard operation
template-instance copied to clipboard

A template repo for running a SourceCred instance

Results 20 template-instance issues
Sort by recently updated
recently updated
newest added

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.10.0 to 4.2.0. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v4.2.0 ⚙️ Improves the proxy implementation to properly support the standard environment variables http_proxy, https_proxy...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @​Phantsure in actions/cache#946 Update @​actions/core to 1.10.0...

dependencies
github_actions

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.4 to 4.4.1. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.4.1 What's Changed The action now fully runs on Node 16. (Thank you @​nickmccurdy) Changelog Bump eslint-plugin-jest from...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

So I created a new personal access token with no scopes selected and copied that into the .env file, followed all the steps but running `yarn load` gave me the...

![image](https://user-images.githubusercontent.com/106096135/180383265-68fde494-614b-403d-a8c8-c3fa08ee4a82.png) C:\WINDOWS\system32>yarn sourcecred graph yarn run v1.22.19 $ C:\WINDOWS\system32\node_modules\.bin\sourcecred graph GO graph GO reference detector for sourcecred/discourse DONE reference detector for sourcecred/discourse: 17ms GO reference detector for sourcecred/discord DONE reference...

![image](https://user-images.githubusercontent.com/106096135/180341023-061c2006-cb77-417c-a8a4-a44394e60602.png) Run yarn sourcecred go yarn run v1.22.1[9](https://github.com/lcy020625/CODE123/runs/7460277051?check_suite_focus=true#step:5:10) $ /home/runner/work/CODE123/CODE123/node_modules/.bin/sourcecred go No plugins configured; Please set up at least one plugin: https://github.com/sourcecred/template-instance#supported-plugins GO load DONE load: 0ms GO graph GO...

Bumps [dotenv-cli](https://github.com/entropitor/dotenv-cli) from 4.0.0 to 6.0.0. Release notes Sourced from dotenv-cli's releases. .env.local now takes precedence over .env.development Releases entropitor/dotenv-cli#74 Breaking change: .env.local now takes precedence over .env.development (if you...

dependencies
javascript

After connecting successfully `yarn load` Discord doing a `yarn start` or low-level `yarn sourcecred go` I get this: ``` $ /Users/marc/Projects/sourcecred/node_modules/.bin/sourcecred go GO load GO loading sourcecred/discord GO sourcecred/discord: discord/Haags...

Create a script that prompts the user for the required configurations for an instance, including: - Plugins used (sourcecred.json) - Tokens for each plugin (.env) - Grain distributions (grain.json) Additionally,...

Feature Team