File tree Expand file tree Collapse file tree 5 files changed +29
-0
lines changed
Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 11name : CircleCI artifacts redirector
22on : [status]
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+
310jobs :
411 circleci_artifacts_redirector_job :
512 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 issue_comment :
55 types : created
66
7+ # Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this
8+ # github actions workflow:
9+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
10+ permissions :
11+ issues : write
12+
713jobs :
814 one :
915 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 33 pull_request_target :
44 types : [opened]
55
6+ # Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this
7+ # github actions workflow:
8+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
9+ permissions :
10+ contents : read
11+ pull-requests : write
12+
613jobs :
714 triage :
815 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 33 pull_request_target :
44 types : [opened, edited]
55
6+ # Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this
7+ # github actions workflow:
8+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
69permissions :
710 contents : read
811 pull-requests : write
Original file line number Diff line number Diff line change 44 issues :
55 types : unassigned
66
7+ # Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this
8+ # github actions workflow:
9+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
10+ permissions :
11+ issues : write
12+
713jobs :
814 one :
915 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments