Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add brand font support #8

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion gf-repos-2024-09-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -3558,5 +3558,21 @@
"config-underline.yaml",
"config.yaml"
]
},
{
"repo_url": "https://github.com/googlefonts/googlesans",
"rev": "b77673c3f",
"auth": true,
"config_files": [
"config.yaml"
]
},
{
"repo_url": "https://github.com/googlefonts/googlesans-flex",
"rev": "fc079d89fbe",
"auth": true,
"config_files": [
"config.yaml"
]
}
]
]
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ if git clone $FONTC_REPO $FONTC_DIR ; then
cd $FONTC_DIR
# run the actual script that starts CI:
chmod +x $SCRIPT_PATH
( $SCRIPT_PATH )
# pass our token through to the crater executable, it will use it to
# authenticate to private repos
( export GITHUB_TOKEN=$GITHUB_TOKEN; $SCRIPT_PATH )
if [ $? -ne 0 ]; then
echo script did not finish successfully, exiting
cleanup
Expand Down