Adapt readme to use magic tool and not duownloading the mojopkg #3
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: Main workflow | |
on: | |
push: | |
branches: [main] | |
permissions: | |
contents: write | |
jobs: | |
test: | |
uses: ./.github/workflows/test.yml | |
package: | |
uses: ./.github/workflows/package.yml | |
publish: | |
uses: ./.github/workflows/publish.yml | |
secrets: | |
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }} | |