.github/workflows/rake.yml in reverse_adoc-0.3.5 vs .github/workflows/rake.yml in reverse_adoc-0.3.6

- old
+ new

@@ -8,25 +8,8 @@ tags: [ v* ] pull_request: jobs: rake: - name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }} - runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} - strategy: - fail-fast: false - matrix: - ruby: [ '3.0', '2.7', '2.6', '2.5' ] - os: [ ubuntu-latest, windows-latest, macos-latest ] - experimental: [ false ] - steps: - - uses: actions/checkout@master - - - uses: ruby/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby }} - bundler-cache: true - - - uses: metanorma/metanorma-build-scripts/libreoffice-setup-action@master - - - run: bundle exec rake + uses: metanorma/ci/.github/workflows/libreoffice-rake.yml@main + secrets: + pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}