.github/workflows/rake.yml in metanorma-1.3.1 vs .github/workflows/rake.yml in metanorma-1.3.2
- old
+ new
@@ -47,7 +47,7 @@
steps:
- uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.METANORMA_CI_PAT_TOKEN || secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
- event-type: notify
+ event-type: tests-passed
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'