Skip to content

.github/workflows/circle_artifacts.yml #19653

.github/workflows/circle_artifacts.yml

.github/workflows/circle_artifacts.yml #19653

on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
if: "${{ startsWith(github.event.context, 'ci/circleci: docs-build') }}"
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/dev/index.html
circleci-jobs: docs-build
job-title: Check the rendered docs here!