Create and merge PR for latest Vocabulary and Collections #18
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: Create and merge PR for latest Vocabulary and Collections | |
on: | |
workflow_dispatch: | |
inputs: | |
publisher: | |
description: 'Author of this release' | |
required: false | |
type: string | |
timestamp: | |
description: 'Date of this release' | |
required: false | |
type: string | |
jobs: | |
create-and-merge-pr: | |
uses: openactive/skos-vocabulary-workflows/.github/workflows/create-and-merge-pr.yaml@version-file | |
with: | |
publisher: ${{ github.event.inputs.publisher }} | |
timestamp: ${{ github.event.inputs.timestamp }} | |
secrets: | |
PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} |