summaryrefslogtreecommitdiff
path: root/.github/workflows/circleci-redirector.yml
blob: ae7bfcad68b50e231253508b8fd6c1af21e9ad42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: circleci-redirector
on: [status]
jobs:
  circleci_artifacts_redirector_job:
    runs-on: ubuntu-latest
    name: Run CircleCI artifacts redirector
    steps:
      - name: GitHub Action step
        uses: larsoner/circleci-artifacts-redirector-action@master
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          artifact-path: 0/dev/index.html
          circleci-jobs: build_docs