Skip to content

Commit 9dc90f3

Browse files
committed
see if cred hiding is clobbering info
1 parent 0fd56f3 commit 9dc90f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cut-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
MAJOR=$(echo $NEW_TAG | cut -d. -f1)
3535
MINOR=$(echo $NEW_TAG | cut -d. -f2)
3636
37-
repoURL=$(git remote get-url origin | sed "s/github\.com/${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/1")
37+
# repoURL=$(git remote get-url origin | sed "s/github\.com/${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/1")
38+
repoURL=$(git remote get-url origin | sed "s/github\.com/${GITHUB_USERNAME}@github.com/1")
3839
echo "x${repoURL}x"
3940
git remote set-url origin "${repoURL}"
4041
echo 'xs'

0 commit comments

Comments
 (0)