Skip to content

Commit

Permalink
artifacts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jun 19, 2020
1 parent 0c62e06 commit 003b2d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 003b2d7

Please sign in to comment.