Skip to content

Commit

Permalink
CI: add github action for circleci artifact url (pandas-dev#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Nov 5, 2019
1 parent f3ab42f commit c8b8501
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,11 @@
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 c8b8501

Please sign in to comment.