Skip to content

Commit

Permalink
fix(ci): apply password length to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Mar 23, 2023
1 parent 5cb2f06 commit 2804bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -114,6 +114,7 @@ jobs:
NEO4J_AUTH: neo4j/new
NEO4J_dbms_connector_http_advertised__address: "neo4j:7474"
NEO4J_dbms_connector_bolt_advertised__address: "neo4j:7687"
NEO4J_dbms_security_auth__minimum__password__length: 3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2804bf9

Please sign in to comment.