-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Sync With Hugging Face Space | ||
This action creates a seperate README.md file with a yaml header prepended for Hugging Face 🤗 Space and syncs your updates with the space repo. | ||
|
||
A repo using this action can be found [here](https://github.com/alex-bene/BianqueNet). | ||
|
||
## Usage | ||
```yaml | ||
- uses: alex-bene/[email protected] | ||
with: | ||
# The github repo you are syncing from. Required. | ||
github_repo_id: '' | ||
# The branch of your github repo you want to sync from. Defaults to 'main'. Optional. | ||
github_branch: 'main' | ||
# The yaml headers file to use, e.g., hf_space_metadata.yml (will be prepended to your README.md in the HF space). Required. | ||
yaml_header_path: '' | ||
# The Hugging Face repo id you want to sync to. (ex. 'username/reponame'). Required. | ||
huggingface_repo_id: '' | ||
# Hugging Face token with write access and corresponding username. Required. | ||
# Here, we provide a token that we called `HF_TOKEN` when we added the secret to our GitHub repo. | ||
hf_username: '' | ||
hf_token: ${{ secrets.HF_TOKEN }} | ||
``` | ||
## License | ||
The scripts and documentation in this project are released under the [MIT License](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters