Sync repositories #7
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
on: | |
workflow_run: | |
workflows: | |
- "iOS create release and publish" | |
types: | |
- completed | |
workflow_dispatch: | |
jobs: | |
run: | |
uses: rees46/workflow/.github/workflows/reusable-ios-synchronization.yaml@master | |
permissions: write-all | |
secrets: | |
token: ${{ secrets.JADE_SMITH_BOT_TOKEN }} |