Skip to content

Commit 36acc38

Browse files
GITHUB_TESTGRES_TOKEN_RO is used
1 parent 1a70df7 commit 36acc38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires.append("ipaddress")
2424

2525
install_requires.append(
26-
"testgres.os_ops @ git+https://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@github.com/postgrespro/testgres.os_ops.git"
26+
"testgres.os_ops @ git+https://${GITHUB_TESTGRES_TOKEN_RO}@github.com/postgrespro/testgres.os_ops.git"
2727
)
2828

2929
# Get contents of README file

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest-xdist
55
psycopg2
66
six
77
psutil
8-
git+https://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@github.com/postgrespro/testgres.os_ops.git
8+
git+https://${GITHUB_TESTGRES_TOKEN_RO}@github.com/postgrespro/testgres.os_ops.git
99

0 commit comments

Comments
 (0)