-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore: move to environment secrets #2653
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ EDITORCONFIG | editorconfig-checker | 4 | 0 | 0.01s | |
✅ REPOSITORY | gitleaks | yes | no | 2.42s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | 10.34s | |
✅ REPOSITORY | secretlint | yes | no | 1.19s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.11s | |
✅ REPOSITORY | trufflehog | yes | no | 5.36s | |
prettier | 3 | 1 | 0.31s | ||
✅ YAML | v8r | 3 | 0 | 2.45s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2653 +/- ##
==========================================
+ Coverage 61.56% 68.58% +7.02%
==========================================
Files 53 72 +19
Lines 9002 11046 +2044
==========================================
+ Hits 5542 7576 +2034
+ Misses 3020 2900 -120
- Partials 440 570 +130 ☔ View full report in Codecov by Sentry. |
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.
looks good to me now, while there is still a little possibility something is going to break on attempt 1
GORELEASER_GITHUB_TOKEN
secret. Instead, use theGITHUB_TOKEN
to manage releases by adding permissions to the tokenGH_ACT_TOKEN
secret defined in therelease
environment. This is a fine grained token with access to the nektos/gh-act repo only