Skip to content

Commit 0cf3a60

Browse files
committed
CI: update redirector config
1 parent c421814 commit 0cf3a60

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
name: Run CircleCI artifacts redirector, rendered pages are under Details
1+
name: Run CircleCI artifacts redirector for rendered HTML
22

33
on: [status]
44
jobs:
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

0 commit comments

Comments
 (0)