Repo to store and set the workflow for automatic backup of key RCE thesauri from the Poolparty server. Backup is executed daily. A new TriG of a thesaurus is only pushed if there are changes to the current repo file.
If you want to set up a similar workflow, copy e.g. cht-backup-poolparty.yml, change the project name to your Poolparty project number, and adapt the file name. The workflow expects that a TriG file with the specified filename already exists in your repo.
You will also need an API account from Poolparty, and store your credentials in the repo:
Secret variables
This action requires two secrets to be added to the repository:
POOLPARTY_USERNAME
POOLPARTY_PASSWORD
These are credentials of a PoolParty API user and can be added via the repository's Settings --> Secrets and Variables --> Actions --> Repository secrets section
.