-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix/missing secret env #402
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #402 +/- ##
==========================================
Coverage ? 16.58%
==========================================
Files ? 89
Lines ? 3558
Branches ? 1019
==========================================
Hits ? 590
Misses ? 2959
Partials ? 9 ☔ View full report in Codecov by Sentry. |
cd80dd8
to
be2933b
Compare
be2933b
to
12d0a6e
Compare
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.
The change is only needed in one middle for jwt.
12d0a6e
to
ce4c6e4
Compare
ce4c6e4
to
eabb47b
Compare
eabb47b
to
96a7dbb
Compare
96a7dbb
to
1ea5edb
Compare
@ceelogre, please take another look and try the beta. After removing You can review it at beta.devpulse.org. Once you've reviewed and approved, I'll remove the following section before merging: pull_request:
branches:
- develop |
1ea5edb
to
dc41b72
Compare
dc41b72
to
ddcb876
Compare
Resolve the conflicts |
ddcb876
to
4dc4be4
Compare
* Added missing secret in env * test: deployment * feat: run the action on push --------- Co-authored-by: ceelogre <[email protected]>
* Added missing secret in env * test: deployment * feat: run the action on push --------- Co-authored-by: ceelogre <[email protected]>
PR Description
This fix adds missing SECRET variable in env during building docker image.