Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing secret "notion-token" will be used #29

Closed
furkanacikgoz opened this issue May 17, 2020 · 1 comment
Closed

Existing secret "notion-token" will be used #29

furkanacikgoz opened this issue May 17, 2020 · 1 comment

Comments

@furkanacikgoz
Copy link

Hello there,

I tried to deploy one time. But I probably entered the wrong token and id. I delete project and try again.
But this time I can't change my token and index-id on vercel

image

Does anyone have a same issue?

@ijjk
Copy link
Owner

ijjk commented May 17, 2020

Hi, to change theses values you currently need to use the Vercel CLI or the new environment variables support.

You should be able to update them with vercel secrets rm notion-token and vercel secrets rm blog-index-id and then go through the import flow again or add them with the CLI with vercel secrets add notion-token "YOUR_TOKEN" and vercel secrets add blog-index-id "YOUR_PAGE_ID"

@ijjk ijjk closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants