Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swisstopo/swissgeol-lexic-vocbench-pps
https://github.com/swisstopo/swissgeol-lexic-vocbench-pps
lexic swissgeol swisstopo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swisstopo/swissgeol-lexic-vocbench-pps
- Owner: swisstopo
- Created: 2023-12-19T14:53:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T13:27:54.000Z (10 months ago)
- Last Synced: 2024-07-10T16:07:48.677Z (7 months ago)
- Topics: lexic, swissgeol, swisstopo
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Github Publish Pipeline Service
This pipeline will be deployed into EKS/AWS environment
and will push contents from vocbench for public releases on github.## Configuration
### GitHub App permissions
The custom Github App could be configured for the organization account. It not needs to be installed on Any account.
The following Repository permissions are required:
- Metadata: Read-only
- Contents: Read and write
- Pull requests: Read and writeThe Github App should contain a single installation authorized with all the lexic repositories.
### Required EKS secrets
The following secrets are required and should be configured into EKS environment, and used into `controlled-vocabularies` namespace:
- `LEXIC_CONTROLLED_VOCABULARIES_GITHUB_APP_ID` will contain the Github App ID
- `LEXIC_CONTROLLED_VOCABULARIES_GITHUB_APP_PRIVATE_KEY` will contain the text content of the private key, without -----BEGIN/END------