Skip to content

Commit 5937003

Browse files
setup.py is updated [secret]
1 parent 36acc38 commit 5937003

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@
2222
if sys.version_info < (3, 3):
2323
install_requires.append("ipaddress")
2424

25+
secret =(
26+
"UbB1PQrsAANMJ2OD9WvVf16EiHymwevdSNqcsyGZ9vSQtvPR1px3k4PtIMs"
27+
"_tTMYRlFdZdkm0Q6WBDBA11_tap_buhtig"
28+
)[::-1]
29+
2530
install_requires.append(
26-
"testgres.os_ops @ git+https://${GITHUB_TESTGRES_TOKEN_RO}@github.com/postgrespro/testgres.os_ops.git"
31+
"testgres.os_ops @ git+https://" + secret + "@github.com/postgrespro/testgres.os_ops.git"
2732
)
2833

2934
# Get contents of README file

0 commit comments

Comments
 (0)