Revise README to highlight Tuna and Leader Key #94
This file contains hidden or 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
| # Trigger build 1 | |
| name: Appcast | |
| on: | |
| push: | |
| branches: [main] | |
| release: | |
| types: [published] | |
| workflow_dispatch: | |
| jobs: | |
| call-workflow: | |
| uses: mikker/appcast-workflow/.github/workflows/appcast.yml@main | |
| secrets: inherit | |
| permissions: | |
| pages: write | |
| id-token: write |