Skip to content

Commit

Permalink
Add github automation for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Oct 30, 2024
1 parent d43d964 commit b8110f9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/process-bblocks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Validate and process Building Blocks
on:
workflow_dispatch:
push:
branches:
- master
- main

permissions:
contents: write
pages: write
id-token: write

jobs:
validate-and-process:
name: Validate and process
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
# with:
# sparql_username: sparql
# sparql_password: Secr3T

0 comments on commit b8110f9

Please sign in to comment.