We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d2fd5 commit 2bc2989Copy full SHA for 2bc2989
.github/workflows/circleci.yml
@@ -1,4 +1,4 @@
1
-name: circleci
+name: Run CircleCI asrtifacts redirector for rendered HTML
2
3
on: [status]
4
jobs:
@@ -7,7 +7,7 @@ jobs:
7
name: Run CircleCI documentation artifact redirector
8
steps:
9
- name: GitHub Action step
10
- uses: larsoner/circleci-artifacts-redirector-action@master
+ uses: scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
11
with:
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
api-token: ${{ secrets.DEVSTATS_CIRCLECI_TOKEN }}
0 commit comments