Workflow file for this run
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
name: Publish to demo environment of Research Vocabularies Australia | |
on: | |
release: | |
types: [prereleased] | |
jobs: | |
publish_attributes: | |
name: Publish Attributes to RVA demo | |
uses: ternaustralia/dawe-rlp-vocabs/.github/workflows/publish_to_rva.yml@main | |
with: | |
rva_vocab_id: 994 | |
rva_username: dcceew-rva-api | |
rva_env: test | |
github_env: test | |
deployment_url: https://demo.vocabs.ardc.edu.au/viewById/994 | |
paths: vocab_files/attribute_concepts/ vocab_files/attributes_by_module/ | |
secrets: | |
rva_password: ${{ secrets.RVA_PASSWORD }} | |
publish_observable_properties: | |
name: Publish Observable Properties to RVA demo | |
uses: ternaustralia/dawe-rlp-vocabs/.github/workflows/publish_to_rva.yml@main | |
with: | |
rva_vocab_id: 996 | |
rva_username: dcceew-rva-api | |
rva_env: test | |
github_env: test | |
deployment_url: https://demo.vocabs.ardc.edu.au/viewById/996 | |
paths: vocab_files/observable_property_concepts/ vocab_files/observable_properties_by_module/ | |
secrets: | |
rva_password: ${{ secrets.RVA_PASSWORD }} | |
publish_categorical_collections: | |
name: Publish Collections of Categorical Values to RVA demo | |
uses: ternaustralia/dawe-rlp-vocabs/.github/workflows/publish_to_rva.yml@main | |
with: | |
rva_vocab_id: 998 | |
rva_username: dcceew-rva-api | |
rva_env: test | |
github_env: test | |
deployment_url: https://demo.vocabs.ardc.edu.au/viewById/998 | |
paths: vocab_files/categorical_collections/ | |
secrets: | |
rva_password: ${{ secrets.RVA_PASSWORD }} | |
publish_protocols: | |
name: Publish RLP Survey Protocols to RVA demo | |
uses: ternaustralia/dawe-rlp-vocabs/.github/workflows/publish_to_rva.yml@main | |
with: | |
rva_vocab_id: 997 | |
rva_username: dcceew-rva-api | |
rva_env: test | |
github_env: test | |
deployment_url: https://demo.vocabs.ardc.edu.au/viewById/997 | |
paths: vocab_files/methods_by_module/ | |
secrets: | |
rva_password: ${{ secrets.RVA_PASSWORD }} | |
publish_feature_types: | |
name: Publish Feature Types to RVA demo | |
uses: ternaustralia/dawe-rlp-vocabs/.github/workflows/publish_to_rva.yml@main | |
with: | |
rva_vocab_id: 995 | |
rva_username: dcceew-rva-api | |
rva_env: test | |
github_env: test | |
deployment_url: https://demo.vocabs.ardc.edu.au/viewById/995 | |
paths: vocab_files/feature_types/ | |
secrets: | |
rva_password: ${{ secrets.RVA_PASSWORD }} |