From b3bda62afb3174705c33525150f8cc74a396a438 Mon Sep 17 00:00:00 2001 From: Igor Kowalczyk Date: Thu, 7 Dec 2023 17:21:30 +0100 Subject: [PATCH] Update Deno Deploy project name in repository settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a70ee442..1afb332a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ https://github-views.deno.dev/api/json/YOUR-USERNAME 1. Go to https://deno.com/deploy and create an account 2. Click "New Project" and select your account and forked repository 3. Click "Add build step" and wait for the project to build -2. Go to repository settings -> [Secrets and variables -> Actions -> Variables](https://docs.github.com/en/actions/learn-github-actions/variables) and add `DENO_DEPLOY_PROJECT` variable with your [Deno Deploy](https://deno.com/deploy) project name. +2. Go to [repository settings](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings) -> [Secrets and variables -> Actions -> Variables](https://docs.github.com/en/actions/learn-github-actions/variables) and add `DENO_DEPLOY_PROJECT` variable with your [Deno Deploy](https://deno.com/deploy) project name. 4. Wait for the project to build and go to the project URL > [!IMPORTANT]