File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- name : Book Preview
2-
1+ name : Book Preview Redirect
32on : [status]
43
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+
510jobs :
611 circleci_artifacts_redirector_job :
712 runs-on : ubuntu-latest
8- if : " ${{ github.event.context == 'ci/circleci: build_book' }}"
13+
14+ # For testing this action on a fork, remove the "github.repository =="" condition.
15+ if : " github.repository == 'pyOpenSci/python-package-guide' && github.event.context == 'ci/circleci: build'"
16+ permissions :
17+ statuses : write
918 name : Run CircleCI artifacts redirector
1019 steps :
1120 - name : GitHub Action step
You can’t perform that action at this time.
0 commit comments