-
Notifications
You must be signed in to change notification settings - Fork 619
Update page.mdx #5626
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
Update page.mdx #5626
Conversation
In Server Side Setup change THIRDWEB_ADMIN_PRIVATE_KEY to AUTH_PRIVATE_KEY since the last is used in .env setup proposed Signed-off-by: theItalianDev <[email protected]>
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
@theitaliandev is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5626 +/- ##
===========================================
- Coverage 45.89% 32.87% -13.02%
===========================================
Files 1083 1080 -3
Lines 56333 56107 -226
Branches 4123 3071 -1052
===========================================
- Hits 25853 18446 -7407
- Misses 29788 36987 +7199
+ Partials 692 674 -18
*This pull request uses carry forward flags. Click here to find out more. |
In Server Side Setup change THIRDWEB_ADMIN_PRIVATE_KEY to AUTH_PRIVATE_KEY since the last is used in .env setup proposed
Problem solved
Fix a env variable typo
PR-Codex overview
This PR updates the environment variable used for authentication in the
page.mdxfile, changing it fromTHIRDWEB_ADMIN_PRIVATE_KEYtoAUTH_PRIVATE_KEY.Detailed summary
privateKeyfromprocess.env.THIRDWEB_ADMIN_PRIVATE_KEYtoprocess.env.AUTH_PRIVATE_KEY.