Skip to content

.github/workflows/redirect_circleci_artifacts.yml #370

.github/workflows/redirect_circleci_artifacts.yml

.github/workflows/redirect_circleci_artifacts.yml #370

on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs_pdf') }}"
permissions:
statuses: write
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
artifact-path: 0/bids-spec.pdf
circleci-jobs: build_docs_pdf
job-title: Check the rendered PDF version here!