Skip to content

Commit

Permalink
testing of external repository dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezion committed Aug 26, 2021
1 parent e5ea485 commit 41cb786
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/update-ontology.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: updated-ontology

on:
release:
types: [ created ]


jobs:
update_ontology:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: jakezion/sbol-visual-ontology
event-type: new-release
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/SBOL-visual.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41cb786

Please sign in to comment.