From b9f587cfa55a9b0b23fcc8b7422a72725f1bba56 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 5 May 2020 13:23:55 -0700 Subject: [PATCH] adding artifacts job --- .github/workflows/artifacts.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/artifacts.yml diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml new file mode 100644 index 00000000..cf5a0367 --- /dev/null +++ b/.github/workflows/artifacts.yml @@ -0,0 +1,12 @@ +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/html/index.html