From 4cee71bff7e7c3bd27669e9bbc61b4daf274d82c Mon Sep 17 00:00:00 2001 From: Andrew <47720952+andrewhong5297@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:01:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95fae26..a7273e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A template for creating repos to manage your Dune queries (using the [Dune CRUD ### Setup Your Repo -1. Generate an API key from your Dune account and put that in both your `.env` file and github repo secrets (in repo settings, you must name it 'DUNE_API_KEY'). You can create a key under your Dune team settings. *The key must be from a premium plan for this repo to work.* +1. Generate an API key from your Dune account and put that in both your `.env` file and [github action secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) (name it 'DUNE_API_KEY'). You can create a key under your Dune team settings. *The key must be from a premium plan for this repo to work.* 2. Then, go to the dashboard you want to create a repo for (must be owned by you/your team). Click on the "github" button in the top right of your dashboard to see the query ids.