Skip to content

Commit 064a630

Browse files
committed
fetch aura connections from secrets
1 parent b75cb5b commit 064a630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
env:
13-
CONNECTIONS: $AURA_CONNECTIONS
13+
CONNECTIONS: ${{ secrets.AURA_CONNECTIONS }}
1414
name: "Running Integration tests for PHP ${{ matrix.php-version }} on a Neo4j Aura Instance"
1515
strategy:
1616
fail-fast: false

0 commit comments

Comments
 (0)