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 0aec069 commit a17d4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ontology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: jakezion/sbol-visual-ontology
event-type: new-release
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit a17d4f2

Please sign in to comment.