Merge pull request #66 from dtinit/add-media-view-history-articles #6
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: Notify Portmap | |
on: | |
push: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
notify-portmap: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send repository_dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
# GitHub personal access token. | |
# See action description for instructions and requirements. | |
token: ${{ secrets.PORTMAP_REPOSITORY_DISPATCH_PAT }} | |
repository: dtinit/portmap | |
event-type: content_update |