metanorma/isodoc

View on GitHub
.github/workflows/integration.yml

Summary

Maintainability
Test Coverage
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: integration

on:
  schedule:
  - cron: '0 0 * * *'
  workflow_dispatch:

permissions:
  contents: write

jobs:
  rake:
    uses: metanorma/ci/.github/workflows/inkscape-rake.yml@main
    secrets:
      pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}