Skip to content

Commit 68b8790

Browse files
committed
Don't inject credentials for resolvo repo
This is a public repo. Signed-off-by: J Robert Ray <[email protected]>
1 parent fa4742d commit 68b8790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.site/spi/.spdev/overrides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def inject_credentials(super_script_list: spdev.shell.Script) -> spdev.shell.Scr
3636
"1",
3737
"sed",
3838
"-i",
39-
'"s|https://github.com|https://$GITHUB_SPFS_PULL_USERNAME:[email protected]|"',
39+
'"s|https://github.com/spkenv|https://$GITHUB_SPFS_PULL_USERNAME:[email protected]/spkenv|"',
4040
)
4141
)
4242

0 commit comments

Comments
 (0)