Spaces:
Paused
Paused
Update init.sh
Browse files
init.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e # Exit if any command fails
|
| 3 |
|
| 4 |
-
echo "🔐 GITHUB_PAT: ${GITHUB_PAT}" # Mask token in logs
|
| 5 |
|
| 6 |
# Define variables
|
| 7 |
REPO_URL="https://github.com/blendersb/teleapi.git"
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e # Exit if any command fails
|
| 3 |
|
| 4 |
+
# echo "🔐 GITHUB_PAT: ${GITHUB_PAT}" # Mask token in logs
|
| 5 |
|
| 6 |
# Define variables
|
| 7 |
REPO_URL="https://github.com/blendersb/teleapi.git"
|