Skip to content

Commit

Permalink
add new environment variable variable description in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-trajanovski committed Dec 16, 2024
1 parent 9e4aade commit 8bad5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-and-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
env:
MONGODB_URI: "mongodb://localhost:27017/scicat"
JWT_SECRET: thisIsTheJwtSecret
# It disables the content property on some of the endpoints as the sdk generator complains about it.
# We want to keep it when the app is running to improve the swagger documentation and usage.
SDK_PACKAGE_SWAGGER_HELPERS_DISABLED: true
run: |
npm install -g wait-on && npm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/upload-sdk-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
MONGODB_URI: "mongodb://localhost:27017/scicat"
JWT_SECRET: thisIsTheJwtSecret
# It disables the content property on some of the endpoints as the sdk generator complains about it.
# We want to keep it when the app is running to improve the swagger documentation and usage.
SDK_PACKAGE_SWAGGER_HELPERS_DISABLED: true
run: |
npm install -g wait-on && npm install
Expand Down

0 comments on commit 8bad5cb

Please sign in to comment.