File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- name : Run CircleCI artifacts redirector, rendered pages are under Details
1+ name : Run CircleCI artifacts redirector for rendered HTML
22
33on : [status]
44jobs :
55 circleci_artifacts_redirector_job :
66 runs-on : ubuntu-latest
7+ permissions :
8+ statuses : write
79 name : Run CircleCI artifacts redirector
810 steps :
911 - name : GitHub Action step
10- uses : scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0 .0
12+ uses : scientific-python/circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1 .0
1113 with :
1214 repo-token : ${{ secrets.GITHUB_TOKEN }}
1315 api-token : ${{ secrets.SPHEREX_DOCUMENTATION_CIRCLE_TOKEN }}
1416 artifact-path : 0/_build/html/index.html
15- circleci-jobs : build-docs
17+ circleci-jobs : build-docs
You can’t perform that action at this time.
0 commit comments