Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Aug 19, 2024
1 parent ed32e48 commit a459644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.class
*.iml
*.jar
/.calva/output-window/
/.calva/repl.calva-repl
/.clj-kondo/.cache/
/.cpcache/
/.idea/
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ Properties set via environment variables take precedence over those set in
the properties files described above, but not over Java system properties
set on the command-line.

Environment variables are often the most straightforward and most secure
way to provide sensitive information like API keys in various CI systems.

# Execution

The minimum needed to run `clj-watson` is to provide the path to a `deps.edn`
Expand Down

0 comments on commit a459644

Please sign in to comment.