We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36acc38 commit 5937003Copy full SHA for 5937003
setup.py
@@ -22,8 +22,13 @@
22
if sys.version_info < (3, 3):
23
install_requires.append("ipaddress")
24
25
+secret =(
26
+ "UbB1PQrsAANMJ2OD9WvVf16EiHymwevdSNqcsyGZ9vSQtvPR1px3k4PtIMs"
27
+ "_tTMYRlFdZdkm0Q6WBDBA11_tap_buhtig"
28
+)[::-1]
29
+
30
install_requires.append(
- "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"
32
)
33
34
# Get contents of README file
0 commit comments