Skip to content

Commit 74117c4

Browse files
committed
Fix credentials configuration in preLoading.st
Workaround for hpi-swa/smalltalkCI#485 and Metacello/metacello#524.
1 parent 61f275b commit 74117c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/preLoading.st

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
"Workaround for https://github.com/hpi-swa/smalltalkCI/pull/485 and https://github.com/Metacello/metacello/issues/524"
2+
Installer new installSAR: 'metacello.sar' from: (WebClient httpGet: 'http://forum.world.st/attachment/5121139/0/metacello.sar') content asByteArray readStream.
3+
4+
"Actual credentials configuration"
15
MCFetchGithubRepository sitePassword: (SmalltalkCI getEnv: 'GITHUB_TOKEN').

0 commit comments

Comments
 (0)