Skip to content

Commit 330ff75

Browse files
committed
Add the Java connection string
1 parent 6909a26 commit 330ff75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java-examples-in-atlas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '17'
2222
- name: Test with Maven
2323
run: |
24-
export ATLAS_CONNECTION_STRING="${{secrets.ATLAS_CONNECTION_STRING}}"
24+
export ATLAS_CONNECTION_STRING="${{secrets.JAVA_CONNECTION_STRING}}"
2525
export ENV="Atlas"
2626
cd java/
2727
mvn clean install

0 commit comments

Comments
 (0)