-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Document generate commands #3532
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
Conversation
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Codecov Report
@@ Coverage Diff @@
## master #3532 +/- ##
==========================================
+ Coverage 35.75% 35.81% +0.05%
==========================================
Files 283 284 +1
Lines 40752 40773 +21
==========================================
+ Hits 14572 14602 +30
+ Misses 24022 24014 -8
+ Partials 2158 2157 -1
Continue to review full report at Codecov.
|
- `LFS_JWT_SECRET`: LFS authentication secret | ||
- `SECRET_KEY`: Global secret key. | ||
- Examples: | ||
- `gitea secret INTERNAL_TOKEN` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These examples should actually be gitea generate secret <NAME_OF_TOKEN>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sdwolfz thanks, fixed
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
LGTM |
Documents command added in #3531