File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : CircleCI artifacts redirector
2
2
on : [status]
3
3
4
- # Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this
5
- # github actions workflow:
6
- # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
7
- permissions :
8
- statuses : write
9
-
10
4
jobs :
11
5
circleci_artifacts_redirector_job :
12
6
runs-on : ubuntu-latest
13
7
# For testing this action on a fork, remove the "github.repository =="" condition.
14
- if : " github.repository == 'pyOpenSci/python-package-guide' && github.event.context == 'ci/circleci: build '"
8
+ if : " github.repository == 'pyOpenSci/python-package-guide' && github.event.context == 'ci/circleci: build_book '"
15
9
permissions :
16
10
statuses : write
17
11
name : Run CircleCI artifacts redirector
22
16
with :
23
17
repo-token : ${{ secrets.GITHUB_TOKEN }}
24
18
api-token : ${{ secrets.CIRCLECI_TOKEN }}
25
- artifact-path : 0/_site /index.html
19
+ artifact-path : 0/html /index.html
26
20
circleci-jobs : build
27
- job-title : Check the rendered website build here!
21
+ job-title : View rendered book here!
You can’t perform that action at this time.
0 commit comments